Skip to content

Add Fishing Hints

Add Fishing Hints #169

Workflow file for this run

name: OoT3DR Checks
on:
pull_request:
jobs:
format:
name: Verify Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Format Project
uses: DoozyX/[email protected]
with:
source: "./code ./source"
extensions: 'c,h,cpp,hpp'
clangFormatVersion: 14
build:
name: Confirm Compilable
runs-on: ubuntu-latest
container:
image: ghcr.io/z3dr/randotools:latest
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Compile Project
run: make -j