create test action

This commit is contained in:
Nebel 2022-03-02 16:21:48 +09:00
parent 148b97f301
commit 9a64eca1a1

15
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: test
on:
push:
branches-ignore: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: { node-version: lts/*, cache: yarn }
- name: Build
run: |
yarn install
yarn build