Update TF2 gamedata for version 8826692 (2024-04-18) #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SPCompile | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup SourcePawn Compiler | |
uses: rumblefrog/setup-sp@master | |
with: | |
version: '1.11.x' | |
- name: Compile tf2attributes | |
run: spcomp scripting/tf2attributes.sp | |
- name: Compile example | |
run: spcomp -iscripting/include scripting/tf2attributes_example.sp |