blob: 872657aa42fdbf13d2891dd6ccf9fb4c7df4855f [file] [log] [blame]
Mohammed Nasercd45be92022-08-29 15:07:17 -04001name: lint
2on:
3 pull_request:
Mohammed Nasercd45be92022-08-29 15:07:17 -04004
5jobs:
6 ansible-lint:
7 runs-on: ubuntu-latest
Mohammed Nasere8795362022-08-31 17:52:58 -04008 container: haxorof/ansible-lint:v6
Mohammed Nasercd45be92022-08-29 15:07:17 -04009 steps:
10 - uses: actions/checkout@v3.0.2
Mohammed Nasere8795362022-08-31 17:52:58 -040011 - run: ansible-lint roles
12 env:
13 GITHUB_ACTIONS: true
14 GITHUB_WORKFLOW: "{{ github.workflow.name }}"