diff --git a/.config/linkspector.yml b/.config/linkspector.yml new file mode 100644 index 0000000000..d98819679e --- /dev/null +++ b/.config/linkspector.yml @@ -0,0 +1,3 @@ +dirs: + - . +useGitIgnore: true diff --git a/.config/redirects.yml b/.config/redirects.yml index 8ffb2690ac..bef28d1724 100644 --- a/.config/redirects.yml +++ b/.config/redirects.yml @@ -502,3 +502,6 @@ - from_url: /common-practices-tools/security/yubikey/linux/ to_url: /common-practices-tools/security/securing-your-workspace/ type: page +- from_url: /.github/workflows/check-all.yml/ + to_url: /.github/workflows/link-check-all.yml/ + type: page diff --git a/.github/workflows/check-all.yml b/.github/workflows/link-check-all.yml similarity index 65% rename from .github/workflows/check-all.yml rename to .github/workflows/link-check-all.yml index c62abbe8c3..4b29dcce6e 100644 --- a/.github/workflows/check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -8,16 +8,19 @@ on: workflow_dispatch: jobs: - check-all: + check-links: + name: runner / linkspector runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Check all links - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - name: Run linkspector on all links + uses: umbrelladocs/action-linkspector@v1 with: - config-file: ".config/markdown.links.config.json" - use-quiet-mode: "yes" - use-verbose-mode: "yes" + github_token: ${{ secrets.GITHUB_TOKEN }} + reporter: github-check + fail_on_error: true + config_file: .config/linkspector.yml + filter_mode: nofilter - name: Run remark-lint on all files uses: ./.config/remark/ with: diff --git a/.github/workflows/link-check-pr.yml b/.github/workflows/link-check-pr.yml index 6f3e489e67..c496ead10e 100644 --- a/.github/workflows/link-check-pr.yml +++ b/.github/workflows/link-check-pr.yml @@ -4,12 +4,16 @@ on: pull_request: jobs: - markdown-link-check: + check-links: + name: runner / linkspector runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - name: Run linkspector + uses: umbrelladocs/action-linkspector@v1 with: - config-file: ".config/markdown.links.config.json" - use-quiet-mode: "yes" - use-verbose-mode: "yes" + github_token: ${{ secrets.GITHUB_TOKEN }} + reporter: github-pr-review + fail_on_error: true + config_file: .config/linkspector.yml + filter_mode: added diff --git a/practice-areas/help-desk/project-support-accessibility-guidelines.md b/practice-areas/help-desk/project-support-accessibility-guidelines.md index 6a468886d0..6826eb97be 100644 --- a/practice-areas/help-desk/project-support-accessibility-guidelines.md +++ b/practice-areas/help-desk/project-support-accessibility-guidelines.md @@ -31,7 +31,7 @@ Each member of the project Support team will complete - within the first ninety ## Accessible websites and web content -Our goal at CivicActions is to achieve or exceed the latest [Web Content Accessibility Guidelines (WCAG) 2.1 Level AA](https://www.w3.org/TR/WCAG21/) for all our websites. WCAG is recognized globally as standard best practice and is backward compatible with previous versions. It also incorporates the criteria for digital content included in [Section 508 of the Rehabilitation Act[(https://www.access-board.gov/ict). +Our goal at CivicActions is to achieve or exceed the latest [Web Content Accessibility Guidelines (WCAG) 2.1 Level AA](https://www.w3.org/TR/WCAG21/) for all our websites. WCAG is recognized globally as standard best practice and is backward compatible with previous versions. It also incorporates the criteria for digital content included in [Section 508 of the Rehabilitation Act](https://www.access-board.gov/ict). ## Information and communication