Skip to content

Commit

Permalink
lint apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash committed May 14, 2020
2 parents af26144 + 1a8774c commit 5c57a21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ jobs:

- name: Run ansible-lint.
run: ansible-lint
- name: 'Slack Notification'
uses: clouddrove/action-slack@v2
with:
status: ${{ job.status }}
fields: repo,author
author_name: 'Clouddrove'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
if: always()

0 comments on commit 5c57a21

Please sign in to comment.