From 4714144db57bdc110860c0fe430d61a6e9a010af Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sun, 20 Jun 2021 23:10:53 +0100 Subject: [PATCH] add newline --- .github/workflows/linker-script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linker-script.yml b/.github/workflows/linker-script.yml index 802d7ec3..f59df43c 100644 --- a/.github/workflows/linker-script.yml +++ b/.github/workflows/linker-script.yml @@ -9,4 +9,4 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Check if gba.ld files are identical - cmp --silent -- "agb/gba.ld" "template/gba.ld" \ No newline at end of file + cmp --silent -- "agb/gba.ld" "template/gba.ld"