From 239415c7aabab14e624bf85ffb76e22e4f8ff899 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Thu, 30 Nov 2023 22:16:23 +0100 Subject: [PATCH] Fix YAML --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e1150bd..209c417 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,4 +16,4 @@ jobs: with: submodules: recursive - name: "Install and build" - uses: ./.github/actions/install-build \ No newline at end of file + uses: ./.github/actions/install-build \ No newline at end of file