Skip to content

Commit

Permalink
Add skip guest to check
Browse files Browse the repository at this point in the history
  • Loading branch information
otaliptus committed Jan 2, 2024
1 parent 029f05b commit 51c446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run lint
run: |
if ! make lint ; then
if ! SKIP_GUEST_BUILD=1 make lint ; then
echo "Linting or formatting errors detected, please run 'make lint-fix' to fix it";
exit 1
fi
Expand Down

0 comments on commit 51c446b

Please sign in to comment.