Skip to content

Imiller/update

Imiller/update #41

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install packages
run: npm install
- name: run checks
run: npm run check
- name: make sure build works
run: npm run build