Remove Python and Shell linters

This commit is contained in:
Sky Leite
2023-02-03 10:29:40 -03:00
parent 1379a40a89
commit b33d44c53d
-8
View File
@@ -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