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

25
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,25 @@
name: ci
on: [push]
jobs:
lint:
name: Lint GSC files
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Lint
uses: addnab/docker-run-action@v3
with:
registry: gcr.io
image: xensik/gsc-tool:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
gsc-tool --dry -m comp -g iw6 -s pc "data/maps"
gsc-tool --dry -m parse -g iw6 -s pc "data/scripts"