Skip to content

Commit dfa5e17

Browse files
committed
Remove double linting on CI
1 parent 60400ec commit dfa5e17

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
PIP_PROGRESS_BAR: off
2525

2626
jobs:
27-
python-lint:
27+
code-lint:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
@@ -35,18 +35,6 @@ jobs:
3535
- run: uv tool install pre-commit
3636
- run: pre-commit run -a --show-diff-on-failure
3737

38-
frontend-lint:
39-
runs-on: ubuntu-latest
40-
defaults:
41-
run:
42-
working-directory: frontend
43-
steps:
44-
- uses: actions/checkout@v4
45-
- name: Install modules
46-
run: npm install
47-
- name: Run Eslint
48-
run: npm run precommit
49-
5038
frontend-build:
5139
runs-on: ubuntu-latest
5240
defaults:

0 commit comments

Comments
 (0)