diff options
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b4a01172..a9937bfb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,11 +16,3 @@ jobs: npm install npm run lint popd - - - name: Run ruff (Python) - uses: jpetrucciani/ruff-check@0.0.239 - with: - path: "./backend" - - - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master |
