thylint: ignore annotation errors

The annotation action only works for in-repo pull requests. This flag
ignores any errors from this action so that forked pull requests don't
get spurious test failures.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
This commit is contained in:
Gerwin Klein 2021-01-13 15:16:14 +11:00 committed by Gerwin Klein
parent 66d03fec4d
commit 9248a64b77
1 changed files with 1 additions and 0 deletions

View File

@ -43,4 +43,5 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
title: 'File annotations for theory linter'
input: './annotations.json'
continue-on-error: true
if: always()