Skip to content

Commit

Permalink
fix: adjust gh actions badgerdoc cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinsauce committed Mar 31, 2023
1 parent 07b6407 commit 4f6c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/badgerdoc-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run linters and checkers [isort -> black -> mypy -> pylint]
working-directory: ./lib/badgerdoc_cli
run: |
pre-commit run --files ./*
git ls-files -- . | xargs pre-commit run --files
- name: Run tests
working-directory: ./lib/badgerdoc_cli
run: |
Expand Down

0 comments on commit 4f6c018

Please sign in to comment.