Skip to content

Bump the deps group across 1 directory with 10 updates #197

Bump the deps group across 1 directory with 10 updates

Bump the deps group across 1 directory with 10 updates #197

Workflow file for this run

name: Linter
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Node.js 23.x
uses: actions/setup-node@v4
with:
node-version: 23.x
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: yarn install
- name: Lint files
run: yarn run lint