livecode代码开发分支
This commit is contained in:
16
.github/workflows/CI-typos.yml
vendored
Normal file
16
.github/workflows/CI-typos.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: CI-typos
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
spell-check:
|
||||
name: Spell Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check typos on code
|
||||
uses: crate-ci/typos@master
|
||||
with:
|
||||
config: ./typos.toml
|
||||
Reference in New Issue
Block a user