Skip to content

Update tf2.attributes.txt #19

Update tf2.attributes.txt

Update tf2.attributes.txt #19

Workflow file for this run

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