Skip to content

Add cutscene for Alex meeting you in FactoryElevator #33

Add cutscene for Alex meeting you in FactoryElevator

Add cutscene for Alex meeting you in FactoryElevator #33

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