Skip to content

delete .github/workflow #4

delete .github/workflow

delete .github/workflow #4

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