Skip to content

Commit

Permalink
final README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kehoecj committed Dec 18, 2024
1 parent 6a4e598 commit 21f4046
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>...]
Expand Down
12 changes: 0 additions & 12 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>...]
Expand Down

0 comments on commit 21f4046

Please sign in to comment.