Skip to content

ci: run build, test and lint on Crystal 1.21.0 only #3051

ci: run build, test and lint on Crystal 1.21.0 only

ci: run build, test and lint on Crystal 1.21.0 only #3051

Workflow file for this run

name: Spell checker
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v7
- name: Run `typos` spell checker
uses: crate-ci/typos@v1