Kaynağa Gözat

create first workflow action

pull/478/head
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
  1. +15
    -0
      .github/workflows/main.yml

+ 15
- 0
.github/workflows/main.yml Dosyayı Görüntüle

@@ -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

Yükleniyor…
İptal
Kaydet