Skip to content

Commit

Permalink
Allow HTML code 0
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 22, 2025
1 parent a965a86 commit d05c890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
INPUT_JSONS: mlc_config.json

# These are status code that cannot be ignored.
#
# If there is a valid external link that fails,
# add it to mlc_config.json
- name: External links must be checked, do not allow '0' in the 'aliveStatusCodes' of mlc_config.json
run: if [[ $(grep --regexp "[^0-9]0[^0-9]" mlc_config.json | wc --lines) == "1" ]]; then echo "FOUND"; exit 42; fi

- name: Internal links must checked, do not allow '400' in the 'aliveStatusCodes' of mlc_config.json
run: if [[ $(grep --regexp "[^0-9]400[^0-9]" mlc_config.json | wc --lines) == "1" ]]; then echo "FOUND"; exit 42; fi

Expand Down
5 changes: 2 additions & 3 deletions docs/meeting_notes/20241010.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:

- [#51](https://github.com/UPPMAX/programming_formalisms/issues/51)
Discuss the NBIS survey per point, at
<../misc/evaluation.md>
[](../misc/evaluation.md)
(note the final version will be a regular Google Form).
What do we think about this?
- R: I think its goal 'to find out how participants have used the skills and
Expand Down Expand Up @@ -47,8 +47,7 @@ tags:

![An example place for anonymous feedback](20241010_place_for_anonymous_feedback.png)

> An example place for anonymous feedback, from
> [Intro to UPPMAX Day 1](https://uppmax.github.io/uppmax_intro_day_1/misc/evaluation/).
> An example place for anonymous feedback, from [Intro to UPPMAX Day 1](https://uppmax.github.io/uppmax_intro_day_1/evaluations/20240827/).
![An example partial confidence report](20241010_confidences_per_question.png)

Expand Down
2 changes: 1 addition & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"aliveStatusCodes": [200, 403, 418, 429, 503, 520],
"aliveStatusCodes": [0, 200, 403, 418, 429, 503, 520],
"ignorePatterns": [
{
"pattern": "https://www.sciencedirect.com/science/article/pii/S0308521X01000543"
Expand Down

0 comments on commit d05c890

Please sign in to comment.