mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
add check if files are identical
This commit is contained in:
parent
bbc3c0d657
commit
018f8dae30
10
.github/workflows/linker-script.yml
vendored
Normal file
10
.github/workflows/linker-script.yml
vendored
Normal 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"
|
Loading…
Reference in a new issue