-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e1f423
commit 65a9c4f
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Each time changes are pushed to a repository this GitHub action checks that the | |
For a repository to meet the Manaaki Whenua standards the repository must contain: | ||
|
||
* A README.md file that is non-empty. | ||
* A LICENSE file that is non-empty. The LICENSE file can be named 'LICENSE', 'LICENSE.txt', or 'LICENSE.md'. Alternatively, in the case of LGPL, both 'COPYING' _and_ 'COPYING.lesser'. | ||
* A LICENSE file that is non-empty. The LICENSE file can be named 'LICENSE', 'LICENSE.txt', or 'LICENSE.md'. Alternatively, in the case of LGPL, both 'COPYING' _and_ 'COPYING.LESSER'. | ||
|
||
## Inputs | ||
|
||
|
@@ -25,7 +25,7 @@ Note, this action requires the checkout action. | |
|
||
```yaml | ||
uses : 'actions/checkout@v2' | ||
uses : actions/[email protected].0 | ||
uses : actions/[email protected].1 | ||
``` | ||
## Installation Instructions | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- name : 'Checkout' | ||
uses : 'actions/checkout@v3' | ||
- name : 'manaakiwhenua-standards' | ||
uses : manaakiwhenua/[email protected].0 | ||
uses : manaakiwhenua/[email protected].1 | ||
``` | ||
|
||
Add the following code to your README.md file. Please change the `<NAME OF YOUR REPOSITORY>` in the following line of code to your repository name. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters