Skip to content

Commit

Permalink
TMP github: drop lint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Feb 13, 2024
1 parent 9e1bc30 commit b14b356
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
- run: npm run lint

build-lib-node:
needs: lint-lib-node
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -126,7 +125,6 @@ jobs:
- run: npm run build

build-lib-web:
needs: lint-lib-web
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -142,7 +140,7 @@ jobs:
- run: npm run build

build-server:
needs: [lint-server, build-lib-node]
needs: [build-lib-node]
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -171,7 +169,7 @@ jobs:
- run: docker build .

build-web-client:
needs: [lint-web-client, build-lib-web]
needs: [build-lib-web]
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit b14b356

Please sign in to comment.