33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
# Setup mark action
|
|
|
|
[](https://stand-with-ukraine.pp.ua)
|
|

|
|

|
|

|
|

|
|
|
|
This action installs [mark](https://github.com/kovetskiy/mark) CLI tool.
|
|
|
|
Supported OS: Linux and macOS.
|
|
|
|
## Prerequisites
|
|
|
|
The following tools have to be available on a runner prior using this GitHub
|
|
action:
|
|
|
|
- [curl](https://curl.se/)
|
|
- [tar](https://www.gnu.org/software/tar/)
|
|
|
|
## Inputs
|
|
|
|
```yaml
|
|
- uses: fabasoad/setup-mark-action@v0
|
|
with:
|
|
# (Optional) mark version. Defaults to "9.11.1".
|
|
version: "9.11.1"
|
|
```
|
|
|
|
## Outputs
|
|
|
|
None.
|