Skip to content

Extract tooling versions to files #136

Extract tooling versions to files

Extract tooling versions to files #136

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@v3
with:
node-version-file: '.node-version'
- name: Install
run: yarn install
- name: Spellcheck
run: yarn run cspell