-
Notifications
You must be signed in to change notification settings - Fork 73
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
Showing
2 changed files
with
0 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,18 +90,6 @@ If you have a go environment on your desktop you can use [go install](https://go | |
go install github.com/Boeing/config-file-validator/cmd/[email protected] | ||
``` | ||
|
||
### Github Action | ||
|
||
The config-file-validator is available as a [Github Action](https://github.com/kehoecj/validate-configs-action) | ||
|
||
``` | ||
jobs: | ||
validate-config-files: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: kehoe/[email protected] | ||
``` | ||
|
||
## Usage | ||
``` | ||
Usage: validator [OPTIONS] [<search_path>...] | ||
|
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 |
---|---|---|
|
@@ -104,18 +104,6 @@ If you have a go environment on your desktop you can use [go install](https://go | |
go install github.com/Boeing/config-file-validator/cmd/[email protected] | ||
``` | ||
|
||
### Github Action | ||
|
||
The config-file-validator is available as a [Github Action](https://github.com/kehoecj/validate-configs-action) | ||
|
||
``` | ||
jobs: | ||
validate-config-files: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: kehoe/[email protected] | ||
``` | ||
|
||
## Usage | ||
``` | ||
Usage: validator [OPTIONS] [<search_path>...] | ||
|