Skip to content

Fix an issue with Ubuntu Server 23.04 where download form App-store i… #624

Fix an issue with Ubuntu Server 23.04 where download form App-store i…

Fix an issue with Ubuntu Server 23.04 where download form App-store i… #624

Workflow file for this run

---
## Source: https://github.com/marketplace/actions/ansible-lint
name: Ansible Lint
"on":
pull_request:
push:
schedule:
- cron: "0 7 * * *"
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: ansible-community/ansible-lint-action@v6