Skip to content

Set julia-actions/cache@v2 #77

Set julia-actions/cache@v2

Set julia-actions/cache@v2 #77

Workflow file for this run

name: Check Typos
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
run:
name: SpellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
with:
config: './test/typos.toml'