feat: noKimCooldowns cheat #1605

Merged
OrdisPrime merged 4 commits from noKimCooldowns into main 2025-04-13 05:52:00 -07:00
Showing only changes of commit 5429b74990 - Show all commits

View File

@ -15,6 +15,7 @@ jobs:
- run: npm run verify
- run: npm run lint:ci
- run: npm run prettier
- run: npm run update-translations
- name: Fail if there are uncommitted changes
run: |
if [[ -n "$(git status --porcelain)" ]]; then