Skip to content

Merge branch 'master' of github-xyq:xyq-c-cpp/study into master #2

Merge branch 'master' of github-xyq:xyq-c-cpp/study into master

Merge branch 'master' of github-xyq:xyq-c-cpp/study into master #2

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