Skip to content

chore(deps-dev): bump js-yaml from 4.2.0 to 5.2.1 (#1047) #2064

chore(deps-dev): bump js-yaml from 4.2.0 to 5.2.1 (#1047)

chore(deps-dev): bump js-yaml from 4.2.0 to 5.2.1 (#1047) #2064

Workflow file for this run

name: lint
on:
pull_request:
branches: [develop]
push:
branches: [develop]
jobs:
lint:
if: github.actor != 'imgbot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- run: npm ci
- run: npm run lint:all
- run: npm run validate:skill-manifests
- run: npm run validate:plugins