Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Sep 12, 2024
1 parent 48eaf1d commit 642d18d
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,23 @@ permissions:
id-token: write

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: "**/*.md"
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .markdownlinkcheck.json
use-quiet-mode: "yes"

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
17 changes: 17 additions & 0 deletions .markdownlinkcheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"httpHeaders": [
{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],

"aliveStatusCodes": [0, 200, 206, 401, 403, 429]
}
11 changes: 11 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"line-length": false,
"list-marker-space": false,
"no-alt-text": false,
"no-bare-urls": false,
"no-duplicate-heading": false,
"no-inline-html": false,
"no-trailing-punctuation": false,
"ul-indent": false,
"single-title": false
}
2 changes: 1 addition & 1 deletion docs/h0.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Notes:
- In de les
- Via e-mail
- Lector en e-mailadres voor elke klas staan op chamilo
- Gebruik de [juiste taal](https://taaladvies.net/taal/advies/tekst/89/opmaak_van_een_zakelijke_email_algemeen/) voor een zakelijke e-mail!
- Gebruik de [juiste taal](https://taaladvies.net/opmaak-van-een-zakelijke-e-mail-algemeen/) voor een zakelijke e-mail!
- Zet jouw naam en klasgroep zeker in de e-mail
- We maken <span style="color:red">geen</span> gebruik van Microsoft Teams

Expand Down
4 changes: 2 additions & 2 deletions docs/h1.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Notes:

![](./img/h1/data-tijdens-verwerken-2.png)
![](./img/h1/data-tijdens-verwerken-3.png)
<img src="./img/h1/data-tijdens-verwerken-4.png" height="650" />
<img src="./img/h1/data-tijdens-verwerken-4.png" height="600" />

</div>
</div>
Expand Down Expand Up @@ -451,7 +451,7 @@ Notes:
- https://www.independent.co.uk/us-election-2020/2020-election-trump-online-voting-hack-russia-mail-a9553811.html
- https://www.nieuwsblad.be/cnt/dmf20230306_94941439
- https://www.made-in.be/limburg/rutten-waarschuwt-hackers-vervalsen-uw-facturen/
- https://radio2.be/lees/delphine-verliest-13500-euro-door-vervalste-factuur-nog-altijd-het-gevoel-dat-oplichters-in-mijn-computer-zitten?view=app
- https://www.hln.be/gooik/valse-factuur-amper-van-echte-te-onderscheiden~ab5a239c

---

Expand Down
2 changes: 1 addition & 1 deletion docs/h6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ https://www.canada.ca/en/conservation-institute/services/preventive-conservation
https://www.canada.ca/en/conservation-institute/services/care-objects/electronic-media/cd-formats-longevity-faq.html
https://www.canada.ca/en/conservation-institute/services/care-objects/electronic-media/computer-hard-disks-diskettes-faq.html
https://www.digitalpreservation.gov/personalarchiving/index.html
https://www.digitalpreservation.gov/personalarchiving/documents/PA_All_brochure.pdf
https://www.digitalpreservation.gov/personalarchiving/documents/PA_All_brochure.pdf
Binary file modified docs/img/h1/integrity-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 642d18d

Please sign in to comment.