Skip to content

Commit

Permalink
Fix paths to linter configs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 25, 2024
1 parent d7735cd commit f9e62b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: .markdownlint.yml
MARKDOWN_CONFIG_FILE: .markdownlint.yaml
VALIDATE_YAML: true
YAML_CONFIG_FILE: .yamllint.yml
YAML_CONFIG_FILE: .yamllint.yaml

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f9e62b4

Please sign in to comment.