Skip to content

Commit 5e7d080

Browse files
committed
add testing workflow for spell checking
1 parent df36139 commit 5e7d080

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/testing.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ jobs:
4242
- name: ⌛ Run checks
4343
run: flake8 -v rocrate_validator tests
4444

45+
typos:
46+
name: 🚨 Spell check profiles
47+
runs-on: ubuntu-latest
48+
steps:
49+
- name: Checkout code
50+
uses: actions/checkout@v5
51+
- name: Spell check profiles
52+
uses: crate-ci/[email protected]
53+
working-directory: rocrate_validator/profiles
54+
55+
4556
# Runs the tests
4657
test:
4758
name: ⌛ Run tests

0 commit comments

Comments
 (0)