Skip to content

Avoid redundant CI work by only building main and pull requests #128

Avoid redundant CI work by only building main and pull requests

Avoid redundant CI work by only building main and pull requests #128

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: '18'
- name: Install
run: yarn install
- name: Spellcheck
run: yarn run cspell