mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 12:39:01 +08:00
chore: 添加拼写检查Action
This commit is contained in:
parent
2501a9f78a
commit
b8a52ae707
13
.github/workflows/tyops-check.yml
vendored
Normal file
13
.github/workflows/tyops-check.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Typos Check
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@master
|
Loading…
Reference in New Issue
Block a user