From 21f404674404dbe1415249ed969f464933c3a17f Mon Sep 17 00:00:00 2001 From: Clayton Kehoe Date: Wed, 18 Dec 2024 14:11:59 -0600 Subject: [PATCH] final README updates --- README.md | 12 ------------ index.md | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/README.md b/README.md index 9fa48ae..7af4454 100644 --- a/README.md +++ b/README.md @@ -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/validator@v1.8.0 ``` -### 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/validate-configs-action@v4.0.1 -``` - ## Usage ``` Usage: validator [OPTIONS] [...] diff --git a/index.md b/index.md index 6a3eacc..fab775b 100644 --- a/index.md +++ b/index.md @@ -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/validator@v1.8.0 ``` -### 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/validate-configs-action@v4.0.1 -``` - ## Usage ``` Usage: validator [OPTIONS] [...]