Skip to content

chore(deps-dev): bump postcss from 8.4.21 to 8.4.31 #34

chore(deps-dev): bump postcss from 8.4.21 to 8.4.31

chore(deps-dev): bump postcss from 8.4.21 to 8.4.31 #34

Workflow file for this run

name: Check linter in PRs
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run Prettier ESLint check
run: yarn lint