feat: test CI
All checks were successful
ci / Lint GSC files (push) Successful in 9s

This commit is contained in:
2025-05-22 10:42:25 +02:00
parent 5562332e06
commit 10bd81f6bb
29 changed files with 24 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: lint
name: ci
on: [push]
@ -9,6 +9,9 @@ jobs:
steps:
- name: Check out files
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Lint
uses: addnab/docker-run-action@v3
@ -18,5 +21,5 @@ jobs:
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
gsc-tool --dry -m comp -g iw6 -s pc "maps"
gsc-tool --dry -m parse -g iw6 -s pc "scripts"
gsc-tool --dry -m comp -g iw6 -s pc "data/maps"
gsc-tool --dry -m parse -g iw6 -s pc "data/scripts"