Skip to content

Commit 65f387d

Browse files
authored
Update lint.yml
1 parent d592109 commit 65f387d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ concurrency:
55
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
66
cancel-in-progress: true
77

8-
jobs:
9-
ruff:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v4
13-
- uses: chartboost/ruff-action@v1
8+
#jobs:
9+
# ruff:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - uses: actions/checkout@v4
13+
# - uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)