Skip to content

Commit 864cb89

Browse files
chore(ci): use SKIP envvar instead (#252)
1 parent e877144 commit 864cb89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
path: ~/.cache/pre-commit
3636
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
3737

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
3939
shell: bash
40+
env:
41+
SKIP: disallowed-words-check
4042

4143
# TODO: add back in
4244
# - uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)