Skip to content

More Qt6 dependencies (CSDS-5207) #25

More Qt6 dependencies (CSDS-5207)

More Qt6 dependencies (CSDS-5207) #25

---
name: Lint
on: [pull_request]
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9
architecture: x64
- name: Checkout
uses: actions/checkout@main
- name: Install linters
run: pip install ansible ansible-lint yamllint
- name: Run ansible-lint
run: "ansible-lint ."
- name: Run yamllint
run: "yamllint ."