mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Improve readme readability 👓
This commit is contained in:
22
README.md
22
README.md
@@ -63,14 +63,14 @@ can be used to test and build projects.
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
##### Mental model
|
#### Mental model
|
||||||
|
|
||||||
There are two parts to setting up Unity Actions;
|
There are two parts to setting up Unity Actions;
|
||||||
|
|
||||||
- Configuring a license
|
- Configuring a license
|
||||||
- Setting up a workflow
|
- Setting up a workflow
|
||||||
|
|
||||||
##### First time using GitHub Actions?
|
#### First time using GitHub Actions?
|
||||||
|
|
||||||
Read the official documentation on how to setup a
|
Read the official documentation on how to setup a
|
||||||
[workflow](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow).
|
[workflow](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow).
|
||||||
@@ -131,7 +131,7 @@ Detailed instructions for each step can be found in the corresponding actions.
|
|||||||
|
|
||||||
## Simple example
|
## Simple example
|
||||||
|
|
||||||
Below is a simple example.
|
Below is a simple example. It is __recommended__ to start from here.
|
||||||
|
|
||||||
This example assumes that your Unity project is in the root of your repository.
|
This example assumes that your Unity project is in the root of your repository.
|
||||||
|
|
||||||
@@ -251,6 +251,22 @@ jobs:
|
|||||||
path: build
|
path: build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Have any questions or comments? Feel free to create an issue!
|
||||||
|
|
||||||
|
## Contributions
|
||||||
|
|
||||||
|
To contribute please follow the contribution
|
||||||
|
[guide](./CONTRIBUTING.md)
|
||||||
|
to get set up quickly.
|
||||||
|
|
||||||
|
This repository, and all related actions are open for your suggested changes!
|
||||||
|
|
||||||
|
Feel free to submit a pull request with the suggested changes.
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
|
This repository is licensed under the
|
||||||
[MIT](./LICENSE)
|
[MIT](./LICENSE)
|
||||||
|
license.
|
||||||
|
|
||||||
|
This also includes contributions from the community.
|
||||||
|
|||||||
Reference in New Issue
Block a user