Skip to content

Commit 0651ec6

Browse files
authored
Update lint-source.yml
1 parent a4dfc4c commit 0651ec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-source.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030

3131
- name: Lint the source code
3232
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true
33+
34+
- name: Ensure kind is specified
35+
run: fortitude check --select=P001 ./src/*/*

0 commit comments

Comments
 (0)