Skip to content

Bump CSSUoB/pr-auto-updater from 2.2.3 to 2.2.4 in the gh-actions gro… #189

Bump CSSUoB/pr-auto-updater from 2.2.3 to 2.2.4 in the gh-actions gro…

Bump CSSUoB/pr-auto-updater from 2.2.3 to 2.2.4 in the gh-actions gro… #189

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