mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
32 lines
837 B
Markdown
32 lines
837 B
Markdown
# GitHub Actions Runner
|
|
|
|
<p align="center">
|
|
<img src="docs/res/github-graph.png">
|
|
</p>
|
|
|
|
[](https://github.com/actions/runner/actions)
|
|
|
|
## Get Started
|
|
|
|
 [Pre-reqs](docs/start/envwin.md) | [Download](https://github.com/actions/runner/releases/latest)
|
|
|
|
 [Pre-reqs](docs/start/envosx.md) | [Download](https://github.com/actions/runner/releases/latest)
|
|
|
|
 [Pre-reqs](docs/start/envlinux.md) | [Download](https://github.com/actions/runner/releases/latest)
|
|
|
|
**Configure:**
|
|
|
|
*MacOS and Linux*
|
|
```bash
|
|
./config.sh
|
|
```
|
|
|
|
*Windows*
|
|
```bash
|
|
config.cmd
|
|
```
|
|
|
|
## Contribute
|
|
|
|
For developers that want to contribute, [read here](docs/contribute.md) on how to build and test.
|