Skip to content

Merge pull request #1 from w3xyq/master #3

Merge pull request #1 from w3xyq/master

Merge pull request #1 from w3xyq/master #3

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