Skip to content

build(deps-dev): bump the eslint-group group across 1 directory with … #52

build(deps-dev): bump the eslint-group group across 1 directory with …

build(deps-dev): bump the eslint-group group across 1 directory with … #52

Workflow file for this run

name: Code Formatter
on: push
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run ESLint
run: pnpm run format:check