add check if files are identical

This commit is contained in:
Corwin Kuiper 2021-06-20 23:08:44 +01:00
parent bbc3c0d657
commit 018f8dae30

10
.github/workflows/linker-script.yml vendored Normal file
View file

@ -0,0 +1,10 @@
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
cmp --silent -- "agb/gba.ld" "template/gba.ld"