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 8f12da6 commit e6a246fCopy full SHA for e6a246f
.github/workflows/lint.yml
@@ -9,5 +9,4 @@ jobs:
9
- uses: actions/setup-python@v5
10
with:
11
python-version: "3.10"
12
- - run: python -m pip install ruff
13
- - run: ruff check .
+ - uses: astral-sh/ruff-action@v3
0 commit comments