Skip to content

Refactor a few more rooms to make space in PRGA_Objects #74

Refactor a few more rooms to make space in PRGA_Objects

Refactor a few more rooms to make space in PRGA_Objects #74

Workflow file for this run

name: tests
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cc65 toolchain
run: sudo apt install -y cc65
- name: Build
run: make all
- name: Test
run: make test