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 d37742e commit 87dec76Copy full SHA for 87dec76
.github/workflows/test.yml
@@ -11,16 +11,16 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: chartboost/ruff-action@v1
15
- with:
16
- args: 'check .'
+ - uses: hynek/setup-cached-uv@v1
+ - run: sudo uv pip install --system ruff
+ - run: ruff check .
17
ruff-format:
18
19
20
21
22
23
- args: 'format --check .'
+ - run: ruff format .
24
test:
25
# DISABLE FOR REWRITE
26
if: false
0 commit comments