Skip to content

0.9.0

0.9.0 #17

name: Build, lint and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm test