File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 35
35
path : ~/.cache/pre-commit
36
36
key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
37
37
38
- - run : SKIP=disallowed-words-check uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files --source ${{ github.event.pull_request.base.sha }} --origin ${{github.event.pull_request.head.sha }} --show-diff-on-failure --color=always
38
+ - run : uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files --source ${{ github.event.pull_request.base.sha }} --origin ${{github.event.pull_request.head.sha }} --show-diff-on-failure --color=always
39
39
shell : bash
40
+ env :
41
+ SKIP : disallowed-words-check
40
42
41
43
# TODO: add back in
42
44
# - uses: stefanzweifel/git-auto-commit-action@v5
You can’t perform that action at this time.
0 commit comments