Skip to content

Merge pull request #5 from maloguertin/chore-add-export-as-wildcard-t… #20

Merge pull request #5 from maloguertin/chore-add-export-as-wildcard-t…

Merge pull request #5 from maloguertin/chore-add-export-as-wildcard-t… #20

Workflow file for this run

name: CI
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: npm ci
- name: lint
run: npm run format:check && npm run lint:check
- name: test
run: npm test