Skip to content

Commit

Permalink
Create lint-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastauer authored Mar 30, 2024
1 parent a42e165 commit 98ec338
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: PR lint & test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run build
npm run test
npm run lint

0 comments on commit 98ec338

Please sign in to comment.