Skip to content

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 #609

chore(deps): bump js-yaml from 4.1.0 to 4.1.1

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 #609

Workflow file for this run

name: check
on:
push:
branches: [develop]
pull_request:
merge_group:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22.21.0
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint