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

This commit is contained in:
6arelyFuture 2025-05-22 10:47:23 +02:00
parent 5562332e06
commit 4f93d79667
Signed by: Future
GPG Key ID: F2000F181A4F7C85
29 changed files with 25 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
BSD 3-Clause License BSD 3-Clause License
Copyright (c) 2024, AlterWare Copyright (c) 2025, AlterWare
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -2505,7 +2505,7 @@ _death_trigger_monitor()
var_7 = "none"; var_7 = "none";
var_8 = undefined; var_8 = undefined;
var_0 maps\mp\alien\_death::onplayerkilled( var_1, var_2, var_3, var_4, var_5, var_6, var_7, var_8 ); var_0 maps\mp\alien\_death::onplayerkilled( var_1, var_2, var_3, var_4, var_5, var_6, var_7, var_8 );
logprint( "!!PLAYER WAS KILLED BY TRIGGER!! : " + var_0.name + " killed by death trigger at: " + var_0.origin + "\\n" ); logprint( "!!PLAYER WAS KILLED BY TRIGGER!! : " + var_0.name + " killed by death trigger at: " + var_0.origin + "\n" );
} }
} }
} }

View File

@ -0,0 +1,16 @@
Open source software disclosure (effective as of October 18, 2023; subject to change)
This list of open-source code identifies open source code within this AlterWare client, and is intended to be a disclosure of a particular point in time only. Accordingly, you are advised that the List may be updated from time to time.
- asmjit zlib
- discord-rpc MIT
- gsc-tool GPL-3.0
- GSL MIT
- libtomcrypt LibTom
- libtommath LibTom
- minhook BSD 3-Clause
- protobuf BSD 3-Clause
- rapidjson MIT
- udis86 BSD 2-Clause
- WinToast MIT
- zlib (custom license)