Skip to content

chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 #440

chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3

chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 #440

Workflow file for this run

name: Tests (lint)
on:
pull_request:
env:
NODE_VERSION: 24.x
permissions:
contents: read
jobs:
lint:
name: Tests (lint)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm ci --ignore-scripts
- name: Linting
run: |
./node_modules/.bin/biome ci --no-errors-on-unmatched