Skip to content

Commit

Permalink
fix(docs): improve consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Mar 21, 2022
1 parent 9d4e0bf commit 3bd56cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lint/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# GitHub Action Lint

GitHub Action that runs lint on a GitHub repository.
GitHub Action that runs lint on a go based GitHub repository.

## Usage

```yaml
jobs:
build:
steps:
- name: Action Lint
- name: Action lint
uses: open-turo/actions-go/lint@v1
```
Expand Down
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: "Perform checkout as first step of action"
default: "true"
github-token:
description: "Github token to use for authentication"
description: "GitHub token that can checkout the repository. e.g. 'secrets.GITHUB_TOKEN'"
required: true
go-version:
description: "Go version to use for building"
Expand Down
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action Test

GitHub Action that runs unit tests present within the GitHub repository and report test coverage metrics.
GitHub Action that runs unit tests present within a go based GitHub repository and report test coverage metrics.

## Usage

Expand Down

0 comments on commit 3bd56cc

Please sign in to comment.