Skip to content

Store class names in lowercase #193

Store class names in lowercase

Store class names in lowercase #193

Workflow file for this run

name: Compile
on:
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Environments
run: |
echo "SM_VERSION=1.11" >> $GITHUB_ENV
- name: Install
run: |
bash scripts/install.sh
- name: Compile
run: |
cd build/addons/sourcemod/scripting
./spcomp -E scp_sf.sp -o ../plugins/scp_sf.smx