Skip to content

ci: remove legacy code #14

ci: remove legacy code

ci: remove legacy code #14

Workflow file for this run

---
name: CI - Linting
"on":
push:
branches: [master]
pull_request:
branches: [master]
jobs:
# This workflow contains a single job called "build"
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
run: ansible-galaxy install -r requirements.yml
- name: Run ansible-lint
uses: ansible/ansible-lint@main
- name: yamllint
uses: karancode/[email protected]
with:
yamllint_config_filepath: icinga2_agent/.testenv/yamllint.yml
yamllint_file_or_dir: icinga2_agent