Skip to content

Create github_ci.yml #1

Create github_ci.yml

Create github_ci.yml #1

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