Skip to content

Add sources of adventure games written in Pascal #203

Add sources of adventure games written in Pascal

Add sources of adventure games written in Pascal #203

Workflow file for this run

name: Build and Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: make install
run: make install
- name: make test
run: make test