Skip to content

Commit

Permalink
Silence non-critical messages for now
Browse files Browse the repository at this point in the history
As requested by @ktf.
  • Loading branch information
TimoWilken committed Mar 15, 2023
1 parent b4fa26f commit aac122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recipe-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
else
# On push, check every file.
alidistlint -f github ./*.sh
fi
fi | grep '^::error '
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.event.head_commit.sha }}
Expand Down

0 comments on commit aac122e

Please sign in to comment.