Update Readme and issue templates (#40)

This commit is contained in:
ChristopherHX
2025-01-31 17:54:54 +01:00
committed by GitHub
parent 54f0cef40a
commit a162920fb4
6 changed files with 10 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
![act-logo](https://raw.githubusercontent.com/wiki/nektos/act/img/logo-150.png)
# Overview [![push](https://github.com/nektos/act/workflows/push/badge.svg?branch=master&event=push)](https://github.com/nektos/act/actions) [![Join the chat at https://gitter.im/nektos/act](https://badges.gitter.im/nektos/act.svg)](https://gitter.im/nektos/act?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Go Report Card](https://goreportcard.com/badge/github.com/nektos/act)](https://goreportcard.com/report/github.com/nektos/act) [![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)
# Overview
> "Think globally, `act` locally"
@@ -23,7 +23,7 @@ Let's see it in action with a [sample repo](https://github.com/cplee/github-acti
# Act User Guide
Please look at the [act user guide](https://nektosact.com) for more documentation.
Please look at the [act user guide](https://actions-oss.github.io/act-docs/) for more documentation.
# Support
@@ -35,7 +35,7 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
## Manually building from source
- Install Go tools 1.20+ - (<https://golang.org/doc/install>)
- Install Go tools 1.23+ - (<https://golang.org/doc/install>)
- Clone this repo `git clone git@github.com:actions-oss/act-cli.git`
- Run unit tests with `make test`
- Build and install: `make install`