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