Skip to content

Merge pull request #13 from caroluxurians/#-4 #20

Merge pull request #13 from caroluxurians/#-4

Merge pull request #13 from caroluxurians/#-4 #20

Workflow file for this run

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