Skip to content

Commit

Permalink
action: run lint on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ksw2000 committed Oct 28, 2024
1 parent 9c97c4a commit 39b8d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gitpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20

- name: build
run: |
npm ci
npx ng add angular-cli-ghpages --skip-confirmation
npx ng build --base-href=/${{ github.event.repository.name }}/
- name: lint
run: npm run lint
- name: commit and push
run: |
cd dist/${{ github.event.repository.name }}/browser
Expand Down

0 comments on commit 39b8d62

Please sign in to comment.