Skip to content

Commit

Permalink
Make yamllint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
emphoeller committed Mar 27, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1 parent 5a4592d commit 4c3cbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

name: static-analysis

on:
'on':
push:
pull_request:

@@ -24,7 +24,7 @@ jobs:
- run: bandit -r roles/
id: bandit
continue-on-error: true
- run: 'false' # Fail the workflow if one of the analyzers complained
- run: 'false' # Fail the workflow if one of the analyzers complained
if: >
${{ steps.yamllint.outcome != 'success' || steps.flake8.outcome !=
'success' || steps.bandit.outcome != 'success' }}

0 comments on commit 4c3cbb7

Please sign in to comment.