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 591de56 commit a469fc4Copy full SHA for a469fc4
.github/workflows/test.yml
@@ -7,13 +7,13 @@ on:
7
- main
8
9
jobs:
10
- ruff:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v4
14
- - uses: chartboost/ruff-action@v1
15
- with:
16
- args: 'check .'
+ # ruff:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v4
+ # - uses: chartboost/ruff-action@v1
+ # with:
+ # args: 'check .'
17
ruff-format:
18
runs-on: ubuntu-latest
19
steps:
@@ -22,7 +22,8 @@ jobs:
22
with:
23
args: 'format --check .'
24
build-image:
25
- needs: [ruff, ruff-format]
+ # needs: [ruff, ruff-format]
26
+ needs: [ruff-format]
27
28
29
- name: Checkout
0 commit comments