Amio Jin 2020-12-15 10:15:02 +08:00 zatwierdzone przez GitHub
rodzic 67af3004ee
commit 4807beeb7d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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