Skip to content

build(deps): bump @heroicons/react from 2.0.18 to 2.1.4 #51

build(deps): bump @heroicons/react from 2.0.18 to 2.1.4

build(deps): bump @heroicons/react from 2.0.18 to 2.1.4 #51

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