You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, this is an issue with how the GitHub checks API works. Checks are attached to commit SHAs and the annotations are added to latest workflow run for the commit being tested. This is nothing this action can fix.
I noticed that the check result from my
lint.yml
workflow appear on another workflow file, in this caseunit-tests.yml
:I expected the results to appear as Lint / ESLint and Lint / TypeScript. Somehow, when the check run is being created it picks the wrong workflow run?
The text was updated successfully, but these errors were encountered: