Skip to content

chore(deps): update dependency eslint-plugin-prettier to v5 #206

chore(deps): update dependency eslint-plugin-prettier to v5

chore(deps): update dependency eslint-plugin-prettier to v5 #206

Workflow file for this run

name: Code Quality Checks
on: [workflow_dispatch, push]
jobs:
ESLint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ./.github/actions/cancel_workflow
- uses: ./.github/actions/yarn_install
- name: Lint
run: yarn lint