npm run lint

This commit is contained in:
miwr 2025-04-08 12:32:51 +02:00
parent e9277544ce
commit 533412797f

View file

@ -34,7 +34,7 @@ jobs:
with:
buildkitd-flags: '--allow-insecure-entitlement network.host'
driver-opts: network=host
- name: Lint & Test
- name: Lint test
run: |
registry=${{ github.server_url }}
registry=${registry##http*://}
@ -44,7 +44,6 @@ jobs:
git pull ${fullrepo}
npm install @angular/cli
npm run lint
npm run test
- name: Build and push
uses: docker/build-push-action@v6
with: