Skip to content

- igs/igs_m027.cpp: dumped missing ROM for tshs [Mr. Kong, little0] #740

- igs/igs_m027.cpp: dumped missing ROM for tshs [Mr. Kong, little0]

- igs/igs_m027.cpp: dumped missing ROM for tshs [Mr. Kong, little0] #740

Workflow file for this run

name: 'Check #include guards'
on:
push:
paths:
- '.github/workflows/**'
- 'src/devices/**.h'
- 'src/mame/**.h'
pull_request:
- '.github/workflows/**'
- 'src/devices/**.h'
- 'src/mame/**.h'
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
- name: Validate
run: python3 scripts/build/check_include_guards.py src/devices src/mame