Skip to content

build(deps-dev): bump postcss from 8.4.14 to 8.4.38 #491

build(deps-dev): bump postcss from 8.4.14 to 8.4.38

build(deps-dev): bump postcss from 8.4.14 to 8.4.38 #491

Workflow file for this run

name: Reviewdog
on: [pull_request]
jobs:
lint:
name: Lint Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: yarn-cache
with:
path: "./.yarn/cache"
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn install --check-cache
- uses: reviewdog/action-eslint@v1
name: ESLint Runner
with:
reporter: github-pr-review
level: warning
- uses: EPMatt/reviewdog-action-tsc@v1
name: TSC Runner
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: warning