This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user