Sfoglia il codice sorgente

create first workflow action

pull/478/head
Guillaume Vincent 5 anni fa
committed by GitHub
parent
commit
9bacf6ecc8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. +15
    -0
      .github/workflows/main.yml

+ 15
- 0
.github/workflows/main.yml Vedi File

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

Caricamento…
Annulla
Salva