feat: --profanity

This commit is contained in:
Nuno Maduro
2025-06-12 00:38:05 +01:00
parent 0fc9d4dfe0
commit 5d2aafd2a3
2 changed files with 10 additions and 5 deletions

View File

@ -31,8 +31,11 @@ jobs:
- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --no-progress --ansi
# - name: Type Check
# run: composer test:type:check
- name: Profanity Check
run: composer test:profanity
- name: Type Check
run: composer test:type:check
- name: Type Coverage
run: composer test:type:coverage