Skip to content

Commit a62fb70

Browse files
authored
Merge pull request #276 from fsalvi/main
Add htmlproofer in Github CI
2 parents c3a283b + a28cdd0 commit a62fb70

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ jobs:
2626
bundle exec jekyll build 2> error.log
2727
cat >&2 error.log
2828
( ! grep -qie Error -e Warn error.log )
29+
- name: HTMLProofer
30+
run: |
31+
# Check all links
32+
bundle exec htmlproofer ./_site/\
33+
--only-4xx\
34+
--ignore-empty-alt=true\
35+
--allow-hash-href=true\
36+
--enforce-https=false\
37+
--ignore-missing-alt=true

minutes/_posts/2016-06-06-may-9-2016.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ Delegate.
137137
### Scala Center Proposals
138138

139139
Proposal texts are in the
140-
[proposals](https://github.com/scalacenter/advisoryboard/tree/master/proposals)
141-
and
142-
[recommendations](https://github.com/scalacenter/advisoryboard/tree/master/recommendations)
143-
directory. The latter directory is for accepted proposals.
140+
[proposals](https://github.com/scalacenter/advisoryboard/tree/main/proposals) directory.
144141

145142
#### Proposal SCP-004: Clarification on how to write proposals
146143

minutes/_posts/2016-08-09-august-9-2016.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,7 @@ is already provided directly by EPFL.
196196
### Scala Center Proposals
197197

198198
Proposal texts are in the
199-
[proposals](https://github.com/scalacenter/advisoryboard/tree/master/proposals)
200-
and
201-
[recommendations](https://github.com/scalacenter/advisoryboard/tree/master/recommendations)
202-
directory. The latter directory is for accepted proposals.
199+
[proposals](https://github.com/scalacenter/advisoryboard/tree/main/proposals) directory.
203200

204201
#### Proposal SCP-001: Native Execution of Scala/Spark via LLVM
205202

@@ -316,8 +313,7 @@ proposals, before the board has to vote. Heather agreed.
316313
Rami says SAP intends to submit proposals soon; Stu said the same of
317314
Twitter.
318315

319-
Bill received a
320-
[meta-proposal](https://github.com/ensime/ensime.github.io/blob/e922e7cb3c06ee5f245083591315e8f564bfc343/contributing/center.md), from
316+
Bill received a meta-proposal from
321317
Sam Halliday from the ENSIME project, incorporating several topics
322318
around licensing and tooling. That's the source of the next few
323319
agenda items (on the Scala license, the presentation compiler, and

minutes/_posts/2016-11-30-november-30-2016.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ the board and towards the Center itself.
182182

183183
The proposals themselves are not summarized here; see the proposal
184184
texts in the
185-
[proposals](https://github.com/scalacenter/advisoryboard/tree/master/proposals)
186-
and
187-
[recommendations](https://github.com/scalacenter/advisoryboard/tree/master/recommendations)
188-
directories on GitHub. (The latter is for accepted proposals.)
185+
[proposals](https://github.com/scalacenter/advisoryboard/tree/main/proposals) directory.
189186

190187
#### Proposal SCP-007: Collaborative redesign and implementation of Scala 2.13's collections library
191188

minutes/ab-reports/2017-q4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ migrated non-commercial plugins that have an impact on the community:
323323
* [g8](https://github.com/foundweekends/giter8) in an sbt plugin that powers the `sbt new` command. It allows
324324
the creation of template to quickly create new projects. [PR #350](https://github.com/foundweekends/giter8/pull/350) ([@MasseGuillaume])
325325

326-
* [sbt-aws-lambda](https://github.com/gilt/sbt-aws-lambda) is an sbt plugin that helps developer in
327-
deploying code to AWS lambda. [PR #39](https://github.com/gilt/sbt-aws-lambda/pull/39) ([@Duhemm])
326+
* sbt-aws-lambda is an sbt plugin that helps developer in
327+
deploying code to AWS lambda. PR #39 ([@Duhemm])
328328

329329
* [sbt-spark-submit](https://github.com/saurfang/sbt-spark-submit) is an sbt plugin that makes it
330330
easy to submit jobs to spark, using spark-submit under the hood.

0 commit comments

Comments
 (0)