Skip to content

Start to use Tooltypes for configs #149

Start to use Tooltypes for configs

Start to use Tooltypes for configs #149

Workflow file for this run

name: 📝 Make Build Check
on:
push:
branches: [main]
paths:
- 'Makefile'
- 'src/**'
pull_request:
branches: [main]
paths:
- 'Makefile'
- 'src/**'
workflow_dispatch:
jobs:
run:
name: 📝 Make Build Check
runs-on: ubuntu-latest # linux required if you want to use docker
container:
image: walkero/docker4amigavbcc:latest-m68k
volumes:
- '${{ github.workspace }}:/opt/code'
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 🏃 Running Make
run: make