build(deps): bump qs from 6.14.1 to 6.14.2 #15
Workflow file for this run
This file contains hidden or 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 |