agb/.github/workflows/linker-script.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: could not find expected ':'
2021-06-20 23:10:53 +01:00

13 lines
270 B
YAML

name: Enforce gba.ld consistency
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"