Skip to content

Commit

Permalink
docs: explain annotation naming
Browse files Browse the repository at this point in the history
With check runs, we could specify the naming ourselves. With the switch
to workflow commands, it depends on how consumers of this action name
the consuming action.
  • Loading branch information
sheck committed Oct 2, 2024
1 parent 3e8aaee commit fe3afef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ name: Balto
on: [pull_request]

jobs:
# Note: the name of this job will be how annotations are labeled
balto-eslint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fe3afef

Please sign in to comment.