2022-03-02 16:25:03 +09:00
|
|
|
name: test
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
|
|
main:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-09-01 01:14:31 +00:00
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/setup-node@v3
|
2022-03-02 16:25:03 +09:00
|
|
|
with: { node-version: lts/*, cache: yarn }
|
|
|
|
- run: yarn
|
|
|
|
- run: yarn build
|