Skip to content

chore(deps): bump js-yaml from 3.14.1 to 3.14.2 #296

chore(deps): bump js-yaml from 3.14.1 to 3.14.2

chore(deps): bump js-yaml from 3.14.1 to 3.14.2 #296

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
- run: yarn install --immutable
- run: yarn lint