Skip to content

ci: add github action for ci #1

ci: add github action for ci

ci: add github action for ci #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout/install
uses: adamhamlin/checkout-node-project@v1
- name: Lint
run: npm run check
- name: Compile
run: npm run compile