Skip to content

Commit

Permalink
Run cfn-lint as a pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0Aja committed Sep 4, 2024
1 parent f7ebadf commit 5c8362f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
pip install black
black --check --diff --exclude pb2.py ./aws/logs_monitoring
black --check --diff ./aws/rds_enhanced_monitoring
- name: Check formatting with cfn-lint
run: |
pip install cfn-lint
cfn-lint ./aws/logs_monitoring/*.yaml
cfn-lint ./aws/rds_enhanced_monitoring/*.yaml

0 comments on commit 5c8362f

Please sign in to comment.