Skip to content

Commit

Permalink
A job step cannot have both uses and run
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontesi committed Oct 25, 2023
1 parent c6cbdaa commit 2eaf79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -76,7 +79,6 @@ jobs:
recursive: true

- name: Shfmt
uses: mfinelli/setup-shfmt@v3
run: shfmt -d *.sh script

- name: markdownlint
Expand Down

0 comments on commit 2eaf79f

Please sign in to comment.