Skip to content

Commit e1a05ce

Browse files
committed
Add a brief README mention
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent c145201 commit e1a05ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Table of Contents
3030
* [Overview](#overview)
3131
* [Installation](#installation)
3232
* [Build from source](#build-from-source)
33+
* [GitHub Action](#github-action)
3334
* [Contributions](#contributions)
3435
* [License](#license)
3536
* [Usage](#usage)
@@ -100,6 +101,11 @@ make
100101
pip3 install -e ./python
101102
```
102103

104+
### GitHub Action
105+
106+
It is possible to run Hercules as a [GitHub Action](https://help.github.com/en/articles/about-github-actions),
107+
refer to the [sample workflow](.github/workflows/main.yml).
108+
103109
## Contributions
104110

105111
...are welcome! See [CONTRIBUTING](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)