From 2eaf79f3707c1cd155711b5a905c3d3f5e383543 Mon Sep 17 00:00:00 2001 From: jmontesi Date: Wed, 25 Oct 2023 11:48:42 +0200 Subject: [PATCH] A job step cannot have both uses and run --- .github/workflows/pre-main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index d0010db75..dc8106363 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -66,6 +66,9 @@ jobs: curl --location --output $CM_BIN --silent $CM_URL_LINUX chmod +x $CM_BIN + - name: Install Shfmt + uses: mfinelli/setup-shfmt@v3 + - name: Checkmake run: checkmake --config=.checkmake Makefile @@ -76,7 +79,6 @@ jobs: recursive: true - name: Shfmt - uses: mfinelli/setup-shfmt@v3 run: shfmt -d *.sh script - name: markdownlint