Skip to content

Commit

Permalink
chore(build): add GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsq committed Jul 30, 2020
1 parent 1b8f018 commit 6124fb7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on:
- pull_request

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
name: Check types + linting + build
run: |
yarn
yarn build

0 comments on commit 6124fb7

Please sign in to comment.