Skip to content

chore: bump js-yaml #22

chore: bump js-yaml

chore: bump js-yaml #22

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Run eslint
run: |
npm ci
npm run lint