Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Mar 27, 2022
1 parent ea12ba5 commit fffaef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ jobs:
- uses: pre-commit/action@v2.0.3
with:
extra_args: flake8 --all-files
- uses: mszostok/codeowners-validator@v0.7.1
with:
checks: "files,owners,duppatterns"
experimental_checks: "notowned"
# GitHub access token is required only if the `owners` check is enabled
github_access_token: "${{ secrets.OWNERS_VALIDATOR_GITHUB_SECRET }}"

0 comments on commit fffaef9

Please sign in to comment.