Skip to content

0.8.0

0.8.0 #110

Workflow file for this run

name: Run linter & Tests
on:
[push, workflow_call]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run validate