We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c145201 commit e1a05ceCopy full SHA for e1a05ce
README.md
@@ -30,6 +30,7 @@ Table of Contents
30
* [Overview](#overview)
31
* [Installation](#installation)
32
* [Build from source](#build-from-source)
33
+ * [GitHub Action](#github-action)
34
* [Contributions](#contributions)
35
* [License](#license)
36
* [Usage](#usage)
@@ -100,6 +101,11 @@ make
100
101
pip3 install -e ./python
102
```
103
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
109
## Contributions
110
111
...are welcome! See [CONTRIBUTING](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).
0 commit comments