Skip to content

Commit

Permalink
ci: add lint step for pr workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Schmidt <starbops@zespre.com>
  • Loading branch information
starbops committed Jul 30, 2024
1 parent 3324a74 commit 31724f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ matrix.image }}
- name: Lint
run: make lint
- name: Run tests
run: make test
- name: Build binaries
Expand Down

0 comments on commit 31724f2

Please sign in to comment.