blob: 4db03ac2ce560013bac4e39f38cf7ae234368684 [file] [log] [blame]
Mohammed Nasercd45be92022-08-29 15:07:17 -04001name: lint
2on:
3 pull_request:
4 push:
5 branches:
6 - main
7
8jobs:
9 ansible-lint:
10 runs-on: ubuntu-latest
11 steps:
12 - uses: actions/checkout@v3.0.2
13 - uses: ansible-community/ansible-lint-action@v6.3.0
14 with:
15 path: roles