build(deps-dev): bump webpack from 5.76.1 to 5.94.0 #8
Workflow file for this run
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: Development Workflow | |
on: | |
push: | |
branches-ignore: | |
- 'master' | |
jobs: | |
run: | |
name: Run action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Setup SourcePawn Compiler | |
uses: ./ | |
with: | |
version: "1.12.x" | |
- name: Verify compiler | |
run: | | |
which spcomp | |
echo $includePath | |
ls -l $scriptingPath | |
cat $(which spcomp) | |
spcomp __tests__/compile.sp |