Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GitHub Actions: `checks-action` ![build-test](https://github.com/LouisBrunner/checks-action/workflows/build-test/badge.svg)

Check warning on line 2 in README.md

View workflow job for this annotation

GitHub Actions / Test With Annotations From Run (passes)

README.md#L1-L2

Check your spelling for 'banaas'.

Check warning on line 2 in README.md

View workflow job for this annotation

GitHub Actions / Test With Annotations (passes)

Spell Checker

Check your spelling for 'banaas'.
Raw output
Do you mean 'bananas' or 'banana'?
Fake

This GitHub Action allows you to create [Check Runs](https://developer.github.com/v3/checks/runs/#create-a-check-run) directly from your GitHub Action workflow. While each job of a workflow already creates a Check Run, this Action allows to include `annotations`, `images`, `actions` or any other parameters supported by the [Check Runs API](https://developer.github.com/v3/checks/runs/#parameters).

## Usage
Expand Down
Loading