mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
Create typos_check.yml
This commit is contained in:
13
.github/workflows/typos_check.yml
vendored
Normal file
13
.github/workflows/typos_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
|
||||
Reference in New Issue
Block a user