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 60400ec commit dfa5e17Copy full SHA for dfa5e17
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ env:
24
PIP_PROGRESS_BAR: off
25
26
jobs:
27
- python-lint:
+ code-lint:
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v4
@@ -35,18 +35,6 @@ jobs:
35
- run: uv tool install pre-commit
36
- run: pre-commit run -a --show-diff-on-failure
37
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
-
50
frontend-build:
51
52
defaults:
0 commit comments