amio 2020-12-14 14:06:49 +08:00
rodzic 67af3004ee
commit b3334b5825
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
name: lint and build
on: [push]
on:
push:
pull_request:
branches:
- '**:**'
jobs:
build:
@ -8,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '12'
- name: npm install, build, and test
run: |
npm ci