Skip to content

Merge pull request #9 from piotrsapiejewskismartbear/master #29

Merge pull request #9 from piotrsapiejewskismartbear/master

Merge pull request #9 from piotrsapiejewskismartbear/master #29

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 22.x
- run: npm ci
- run: npm run lint
- run: npm run test