name: CI
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
yarn --frozen-lockfile
yarn compile
name: Compile
yarn lint
name: Lint