From ca66ebdce99e4d9bae796ac4bfe88442d84a2422 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sun, 11 Aug 2024 09:55:21 -0700 Subject: [PATCH] Remove duplicate CI step --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d60fd0..3a62515 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,9 +51,3 @@ jobs: uses: ./ with: command: cfn-lint -t ./examples/template.yml - # Step 7 - ### Testing specifying a version and command - - name: Testing with CFN Lint Command - uses: ./ - with: - command: cfn-lint -t ./examples/template.yml