Skip to content

build(deps-dev): bump webpack from 5.76.1 to 5.94.0 (#19) #55

build(deps-dev): bump webpack from 5.76.1 to 5.94.0 (#19)

build(deps-dev): bump webpack from 5.76.1 to 5.94.0 (#19) #55

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