feat(dev): add new developer command for parsing distro details #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Version Check | |
on: | |
push: | |
permissions: | |
contents: read | |
jobs: | |
version-Check: | |
if: github.repository_owner == 'GameServerManagers' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Version Check | |
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh |