Skip to content

Commit

Permalink
Create base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdro authored Oct 1, 2020
1 parent f5d730a commit 43b9201
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Yarn
run: yarn install

- name: Run a multi-line script
run: yarn ci

0 comments on commit 43b9201

Please sign in to comment.