Skip to content

Run crate-ci/typos in CI #66

Run crate-ci/typos in CI

Run crate-ci/typos in CI #66

Workflow file for this run

name: Spell Check
permissions: {}
on: [pull_request]
jobs:
typos-check:
name: (add false positives to typos.toml)
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout the JuliaLang/julia repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check spelling with typos
uses: crate-ci/typos@master