npm run lint
This commit is contained in:
parent
e9277544ce
commit
533412797f
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue