Skip to content

Merge branch 'bump-actions-checkout' #97

Merge branch 'bump-actions-checkout'

Merge branch 'bump-actions-checkout' #97

Workflow file for this run

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