Skip to content

Version bump jest

Version bump jest #149

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: NodeJS 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint