Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #28

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #28

Workflow file for this run

name: Lint Check
on: [push]
jobs:
lint:
runs-on: macos-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npx prettier . --check
- run: npm run lint