Skip to content

Bump snyk from 1.398.1 to 1.1064.0 #153

Bump snyk from 1.398.1 to 1.1064.0

Bump snyk from 1.398.1 to 1.1064.0 #153

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Pre-install
run: |
yarn install --check-files --cache-folder .ycache
rm -rf .ycache
- name: Run Checks
run: |
yarn prettier
yarn lint
yarn build
yarn doc
- name: Run tests
run: |
yarn coverage
- name: Run migration
run: |
yarn migrate
- name: Run check git
run: |
git diff --quiet --exit-code --cached