Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DanielHreben/jest-matcher-specifi…
Browse files Browse the repository at this point in the history
…c-error
  • Loading branch information
DanielHreben committed Oct 5, 2020
2 parents 354d986 + 08eaca7 commit 7e6be01
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

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

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn --frozen-lockfile
- run: yarn lint:check
- run: yarn build
- run: yarn test

0 comments on commit 7e6be01

Please sign in to comment.