Skip to content

Commit

Permalink
ci: lint on push to prevent code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 23, 2024
1 parent b00f35b commit 2d5ff0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
branches: [master]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint

test:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2d5ff0c

Please sign in to comment.