enable lint in AZP

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2023-12-04 12:09:56 -06:00
parent 280af6e372
commit b8824370a3

View file

@ -55,8 +55,8 @@ stages:
test: sanity
- name: Units
test: units
# - name: Lint
# test: lint
- name: Lint
test: lint
- stage: Sanity_2_16
displayName: Ansible 2.16 sanity
dependsOn: []