Skip to content

Commit 795c2c4

Browse files
authored
git grep 'uses: ' .github/workflows/
1 parent d3ea22f commit 795c2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/itinerant_ruff_fixes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
repository: ${{ github.event.inputs.repo }}
3434
# ref: dev # branch, tag, or SHA
3535
- run: ls -Fla
36+
- run: git grep 'uses: ' .github/workflows/ || true
3637
- run: codespell --count --ignore-words-list=assertin,astroid,crate || true
3738
# - run: cargo install typos-cli --locked --quiet && typos || true
3839
- uses: crate-ci/typos@v1
@@ -41,7 +42,7 @@ jobs:
4142
- run: auto-walrus . || ruff check --select=SIM108,UP034 --fix --unsafe-fixes || git diff || true
4243
# ruff check --exit-zero runs first...
4344
# exit-zero on select=ALL
44-
- run: git grep ruff
45+
- run: git grep ruff || true
4546
- run: ruff check --exit-zero --select=ASYNC --target-version=py310
4647
- run: ruff check --exit-zero --select=NPY001 --target-version=py310
4748
- run: ruff check --exit-zero --select=NPY --target-version=py310

0 commit comments

Comments
 (0)