Skip to content

Perp-on-fire

Perp-on-fire #7

Workflow file for this run

on:
push:
branches: develop
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Install SkoolKit
run: pip install 'skoolkit>=9.0'
- name: Build the disassembly
run: make all