Skip to content

v1.9.0: updated to shuttle 3.3.0 #153

v1.9.0: updated to shuttle 3.3.0

v1.9.0: updated to shuttle 3.3.0 #153

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build