Skip to content

Commit

Permalink
refactor: Move verify_versions.py into tools folder (#33)
Browse files Browse the repository at this point in the history
In preparation of adding more scripts to it in the future
  • Loading branch information
GeckoEidechse authored Jan 29, 2024
1 parent d26e41c commit ac99e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mods-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
python-version: 3.11
- name: Run mod checks
run: |
python .github/verify_versions.py
python tools/verify_versions.py
File renamed without changes.

0 comments on commit ac99e78

Please sign in to comment.