Skip to content

Merge pull request #3 from ItinerisLtd/radicle-support #37

Merge pull request #3 from ItinerisLtd/radicle-support

Merge pull request #3 from ItinerisLtd/radicle-support #37

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
# optional (see below):
with:
args: ""
setup_python: "true"
working_directory: ""
requirements_file: ""