- Notifications
You must be signed in to change notification settings - Fork0
For printing workflow commands in GitHub Actions
License
NotificationsYou must be signed in to change notification settings
freckle/github-workflow-commands
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
For printing workflow commands in GitHub Actions.
SeeWorkflow commands for GitHub Actions.
The code herein is based onGitHub Actions Toolkit.
importqualifiedGitHub.Workflow.CommandasGHimportControl.Lens ((&),(?~))
An annotation is at minimum just a string.
example1::IO()example1=GH.executeCommand$GH.error"Something failed."
An annotation can also include a location.
someLocation::GH.LocationsomeLocation=GH.inFile"app.js"&GH.position?~ (GH.atLine13&GH.extent?~GH.ToLine16 )
example2::IO()example2=GH.executeCommand$GH.warning"Something seems amiss here."&GH.location?~ someLocation
About
For printing workflow commands in GitHub Actions
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.