Skip to content

chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.9.0 #944

chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.9.0

chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.9.0 #944

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn test