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

12 lines
269 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"