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