diff --git a/.github/workflows/lint-files.yml b/.github/workflows/lint-files.yml index 30cc2d8..a90b814 100644 --- a/.github/workflows/lint-files.yml +++ b/.github/workflows/lint-files.yml @@ -34,7 +34,7 @@ jobs: # Super Linter action documentation # https://github.com/marketplace/actions/super-linter - name: Super Linter - uses: super-linter/super-linter@v7.1.0 + uses: super-linter/super-linter@v8.3.1 # Configuration settings env: # Report status checks @@ -53,3 +53,5 @@ jobs: VALIDATE_YAML: true # Language-specific configuration YAML_ERROR_ON_WARNING: true + # Other Variables + FILTER_REGEX_EXCLUDE: '.*devcontainer\.json$' diff --git a/README.md b/README.md index d21b59c..1dd9980 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This repository hosts the source content that produces Breadpool's Roller Derby Self-Evaluation. -Click [here](https://timothyhull.github.io/breadpool-self-eval "Breadpool's Roller Derby Self-Evaluation") to access Breadpool's self-evaluation. +Breadpool's self-evaluation is available at: [https://timothyhull.github.io/breadpool-self-eval](https://timothyhull.github.io/breadpool-self-eval "Breadpool's Roller Derby Self-Evaluation").