marocchino-sticky-pull-requ.../.github/workflows/test.yml
2021-02-25 16:26:08 +09:00

14 lines
200 B
YAML

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run all