Skip to content

Workflow file for this run

name: Development Workflow
on:
push:
branches-ignore:
- 'master'
jobs:
run:
name: Run action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Setup AMXXPawn Compiler
uses: ./
with:
version: "1.10.x"
- name: Verify compiler
run: |
echo "which amxxpc: $(which amxxpc)"
echo "includePath directory list: `$includePath`"
ls -l $includePath
echo "scriptingPath directory list: `$scriptingPath`"
ls -l $scriptingPath
amxxpc __tests__/compile.sma