Guillaume Vincent
5 yıl önce
committed by
GitHub
ebeveyn
işleme
9bacf6ecc8
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
15 ekleme ve
0 silme
-
.github/workflows/main.yml
|
|
@@ -0,0 +1,15 @@ |
|
|
|
name: ci |
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: test javascript packages |
|
|
|
run: | |
|
|
|
yarn install |
|
|
|
yarn test |