diamante0018 c83a9abfb0
All checks were successful
lint / Lint GSC files (push) Successful in 7s
feat: add dev script
2025-05-21 18:37:50 +02:00

23 lines
550 B
YAML

name: lint
on: [push]
jobs:
lint:
name: Lint GSC files
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
- 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 parse -g iw5 -s pc "raw/scripts"
gsc-tool --dry -m comp -g iw5 -s pc "raw/maps"