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 d592109 commit 65f387dCopy full SHA for 65f387d
.github/workflows/lint.yml
@@ -5,9 +5,9 @@ concurrency:
5
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
6
cancel-in-progress: true
7
8
-jobs:
9
- ruff:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v4
13
- - uses: chartboost/ruff-action@v1
+#jobs:
+# ruff:
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v4
+# - uses: chartboost/ruff-action@v1
0 commit comments