We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625b4ed commit 7999861Copy full SHA for 7999861
.github/workflows/lib-checks.yml
@@ -48,6 +48,7 @@ jobs:
48
uv run codespell --ignore-words-list="groupt,nd,ot,ro,falsy,BU" \
49
--exclude-file=".github/workflows/codespell.yml"
50
ruff:
51
+ runs-on: ubuntu-latest
52
steps:
53
- name: "Checkout Repository"
54
uses: actions/checkout@v4
0 commit comments