og-linuxgsm/.github/workflows/action-serverlist-validate.yml
Daniel Gibbs 7f8e1a1f2b
Merge remote-tracking branch 'origin/master' into release/v26.2.0
# Conflicts:
#	.github/labeler.yml
#	.github/scripts/details-check-generate-matrix.sh
#	.github/workflows/action-details-check.yml
#	.github/workflows/labeler.yml
#	.github/workflows/update-copyright-years-in-license-file.yml
#	.prettierignore
2026-07-19 22:05:02 +01:00

24 lines
483 B
YAML

name: Server List Validation
on:
workflow_dispatch:
push:
permissions:
contents: read
env:
datadir: lgsm/data
jobs:
serverlist-validate:
if: github.repository_owner == 'GameServerManagers'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Compare Versions
run: .github/scripts/serverlist-validate.sh
- name: Validate Game Icons
run: .github/scripts/serverlist-validate-game-icons.sh