Skip to content

Commit

Permalink
actions-workflow: run lint checks
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Cressey <bcressey@amazon.com>
  • Loading branch information
bcressey committed Aug 12, 2022
1 parent a621200 commit a2cf343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
EOF
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} unit-tests
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} check-fmt
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} check-lints
- run: |
cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} \
-e BUILDSYS_ARCH=${{ matrix.arch }} \
Expand Down

0 comments on commit a2cf343

Please sign in to comment.