Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 (#18) #56

build(deps): bump braces from 3.0.2 to 3.0.3 (#18)

build(deps): bump braces from 3.0.2 to 3.0.3 (#18) #56

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- 'master'
jobs:
run:
name: Run action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup SourcePawn Compiler
uses: rumblefrog/setup-sp@master
with:
version: "1.12.x"
- name: Verify compiler
run: |
which spcomp
echo $includePath
ls -l $scriptingPath
cat $(which spcomp)
spcomp __tests__/compile.sp