chore: add github actions

This commit is contained in:
Nolan Lawson 2023-06-10 19:26:52 -07:00
parent 1d48151e61
commit e9931977e8
1 changed files with 18 additions and 0 deletions

18
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- run: yarn --frozen-lockfile