Skip to content

Commit

Permalink
Add bare run of pre-commit with cmd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Aug 22, 2023
1 parent 5fb190d commit 4cd2220
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_local_ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,8 @@ jobs:
if: runner.os == 'Windows'
run: python .github/utils/run_hooks.py set-version
shell: cmd

- name: Bare run
if: runner.os == 'Windows'
run: pre-commit run -c .github/utils/.pre-commit-config_testing.yaml --all-files --verbose docs-api-reference
shell: cmd

0 comments on commit 4cd2220

Please sign in to comment.