File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments