Add the ability get the chargeback rate and diff against the calculated rate #4873
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Ansible Lint | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # Important: This sets up your GITHUB_WORKSPACE environment variable | |
| - uses: actions/checkout@v3 | |
| - name: Run ansible-lint | |
| uses: ansible/ansible-lint@v25.6.1 | |
| with: | |
| args: "-c ./.ansible-lint" | |