nyx-dashboard/.github/workflows/yarn.yml
2021-06-27 21:50:32 +08:00

14 lines
350 B
YAML

name: CI
on: [push]
jobs:
build:
name: Build Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.3.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build # will run `yarn build` command