Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Sep 1, 2023
1 parent c1ebb41 commit 66893a7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/makecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
runs-on: ubuntu-latest # linux required if you want to use docker
# Check if latest commit changed a .c file
if: 'contains(github.event.head_commit.modified, ".c") || contains(github.event.head_commit.modified, ".h")'
container:
image: walkero/docker4amigavbcc:latest-m68k
volumes:
- '${{ github.workspace }}:/opt/code'
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
# Run make only if a .c file changed
- name: 🏃 Running Make
run: make
container:
image: walkero/docker4amigavbcc:latest-m68k
volumes:
- '${{ github.workspace }}:/opt/code'
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 🏃 Running Make
run: make

0 comments on commit 66893a7

Please sign in to comment.