Skip to content

Add support for new config #50

Add support for new config

Add support for new config #50

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test
- name: Cleanup
run: yarn run cleanup
- name: Run linter
run: yarn run lint