Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #168

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #168

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install
run: yarn install
- name: Spellcheck
run: yarn run cspell