Skip to content

Commit a469fc4

Browse files
committed
REVERTME: disable ruff check
1 parent 591de56 commit a469fc4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- main
88

99
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 .'
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 .'
1717
ruff-format:
1818
runs-on: ubuntu-latest
1919
steps:
@@ -22,7 +22,8 @@ jobs:
2222
with:
2323
args: 'format --check .'
2424
build-image:
25-
needs: [ruff, ruff-format]
25+
# needs: [ruff, ruff-format]
26+
needs: [ruff-format]
2627
runs-on: ubuntu-latest
2728
steps:
2829
- name: Checkout

0 commit comments

Comments
 (0)