4
0

serverlist-validate.yml 542 B

123456789101112131415161718
  1. name: Server List Validation
  2. on:
  3. workflow_dispatch:
  4. push:
  5. jobs:
  6. serverlist-validate:
  7. if: github.repository_owner == 'GameServerManagers'
  8. runs-on: ubuntu-latest
  9. steps:
  10. - name: Checkout
  11. uses: actions/checkout@v4
  12. - name: Compare Versions
  13. run: chmod +x .github/workflows/serverlist-validate.sh; .github/workflows/serverlist-validate.sh
  14. - name: Validate Game Icons
  15. run: chmod +x .github/workflows/serverlist-validate-game-icons.sh; .github/workflows/serverlist-validate-game-icons.sh