From 533412797f307eaccb421aa03584a15b2cddaee5 Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 8 Apr 2025 12:32:51 +0200 Subject: [PATCH] npm run lint --- .forgejo/workflows/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ec0d75f..4940d7a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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*://} @@ -43,8 +43,7 @@ jobs: git init git pull ${fullrepo} npm install @angular/cli - npm run lint - npm run test + npm run lint - name: Build and push uses: docker/build-push-action@v6 with: