Skip to content

Merge pull request #57 from keratin/dependabot/npm_and_yarn/semver-6.3.1 #60

Merge pull request #57 from keratin/dependabot/npm_and_yarn/semver-6.3.1

Merge pull request #57 from keratin/dependabot/npm_and_yarn/semver-6.3.1 #60

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: egordm/gha-yarn-node-cache@v1
- name: Install node modules
run: yarn install
- name: Check types
run: yarn typecheck
- name: Check format (prettier)
run: yarn lint:format
- name: Run tests
run: yarn test