Skip to content

Commit

Permalink
Add checkmake check.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Feb 25, 2022
1 parent 161b59c commit 5323881
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ jobs:
- os: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: mrtazz/checkmake
path: vendor/checkmake
- name: Build checkmake
run: docker build --build-arg BUILDER_NAME='Jun Aruga' --build-arg BUILDER_EMAIL='jun.aruga@gmail.com' -t checkmake vendor/checkmake
- name: Run checkmake
run: docker run -v "$PWD/src/Makefile":/Makefile checkmake
- run: make -C src test

0 comments on commit 5323881

Please sign in to comment.