mirror of
https://github.com/GameServerManagers/LinuxGSM
synced 2026-08-18 20:23:04 -04:00
# 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
24 lines
483 B
YAML
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
|