agb/.github/workflows/linker-script.yml

13 lines
275 B
YAML
Raw Normal View History

2021-06-21 08:10:17 +10:00
name: Enforce gba.ld consistency
2021-06-21 08:08:44 +10:00
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Check if gba.ld files are identical
2021-06-21 08:11:26 +10:00
run: cmp --silent -- "agb/gba.ld" "template/gba.ld"