Skip to content

Commit 148513e

Browse files
authored
Update ruff.yml
1 parent 624c99b commit 148513e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ruff.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Ruff
2-
on: [ push, pull_request ]
3-
jobs:
4-
ruff:
5-
runs-on: ubuntu-latest
6-
steps:
7-
- uses: actions/checkout@v4
8-
- uses: astral-sh/ruff-action@v3
1+
# name: Ruff
2+
# on: [ push, pull_request ]
3+
# jobs:
4+
# ruff:
5+
# runs-on: ubuntu-latest
6+
# steps:
7+
# - uses: actions/checkout@v4
8+
# - uses: astral-sh/ruff-action@v3

0 commit comments

Comments
 (0)