Skip to content

Create tech stack docs (techstack.yml and techstack.md) #23

Create tech stack docs (techstack.yml and techstack.md)

Create tech stack docs (techstack.yml and techstack.md) #23

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
compilepawn:
runs-on: ubuntu-latest
container: sacnr/pawncc
steps:
- uses: actions/checkout@v1
- run: /pawnc/bin/pawncc main.pwn -iinclude -d2 -Z
name: Test
- name: Upload amx
uses: actions/upload-artifact@v1
with:
name: compiled_script.amx
path: main.amx