Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory #100

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory #100

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: lint
run: |
npm run format-check
npm run lint