Skip to content

chore(deps-dev): bump postcss from 8.4.29 to 8.4.30 #372

chore(deps-dev): bump postcss from 8.4.29 to 8.4.30

chore(deps-dev): bump postcss from 8.4.29 to 8.4.30 #372

Workflow file for this run

name: Lint (ESLInt)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
# checkout
- name: Checkout repository code
uses: actions/checkout@v4
# install
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.7.4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
# lint
- name: Run linters
run: pnpm lint