Skip to content

update...

update... #5

Workflow file for this run

name: CI checks
on:
push:
branches:
- master
jobs:
typos-check:
name: TyposCheck
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
with:
config: ./typos.toml
isolated: true