Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Mar 25, 2024
1 parent bc519ba commit 7513e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: manifests-ci-check
on:
pull_request:
types: [ labeled ]

Check failure on line 6 in .github/workflows/manifests.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

6:13 [brackets] too many spaces inside brackets

Check failure on line 6 in .github/workflows/manifests.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

6:21 [brackets] too many spaces inside brackets
paths:
- 'manifests/**/*.yml'
- '!manifests/templates/**/'
- 'legacy-manifests/**/*.yml'
paths:
- 'manifests/**/*.yml'
- '!manifests/templates/**/'
- 'legacy-manifests/**/*.yml'

jobs:
list-changed-manifests:
Expand Down

0 comments on commit 7513e50

Please sign in to comment.