Skip to content

upgrade babel, eslint, flow, jest, node-fetch, rimraf #16

upgrade babel, eslint, flow, jest, node-fetch, rimraf

upgrade babel, eslint, flow, jest, node-fetch, rimraf #16

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