Skip to content

Commit

Permalink
Output the black diff (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianchu authored Aug 5, 2021
1 parent 53ba251 commit 029bd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check formatting with Black
run: |
pip install black
black --check ./aws/logs_monitoring
black --check --diff ./aws/logs_monitoring
- name: Setup Cloud Formation Linter with Latest Version
uses: scottbrenner/cfn-lint-action@v2
Expand Down

0 comments on commit 029bd46

Please sign in to comment.