Skip to content

CI: update github workflow #6

CI: update github workflow

CI: update github workflow #6

Workflow file for this run

name: linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint
uses: ansible/ansible-lint@main