Skip to content

Update CI and tooling #1

Update CI and tooling

Update CI and tooling #1

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- "master"
- "nflaig/overhaul-ci"
pull_request:
workflow_dispatch:
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.40.0
name: Spellcheck