ci: attempt to silence action linter (#3659)

The lint warnings are bogus but they keep failing so lets
try to work around the suggested issues.
jimlambrt-make-gen
Johan Brandhorst-Satzkorn 3 years ago committed by GitHub
parent 477deeb294
commit 9e955c806e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,4 +57,4 @@ jobs:
if: failure()
shell: bash
run: |
echo -e "Fuzz test failed on commit ${{ env.SHA }}. To troubleshoot locally, use the [GitHub CLI](https://cli.github.com) to download the seed corpus with\n```\ngh run download ${{ github.run_id }} -n fuzz-corpus\n```"
echo -e "Fuzz test failed on commit ${{ env.SHA }}. To troubleshoot locally, use the [GitHub CLI](https://cli.github.com) to download the seed corpus with\n\ngh run download ${{ github.run_id }} -n fuzz-corpus\n"

Loading…
Cancel
Save