Skip to content

Merge pull request #1 from ItinerisLtd/real-file-no-symlink #23

Merge pull request #1 from ItinerisLtd/real-file-no-symlink

Merge pull request #1 from ItinerisLtd/real-file-no-symlink #23

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: ""