Skip to content

refactor: set mode for apt_repository as 644 #29

refactor: set mode for apt_repository as 644

refactor: set mode for apt_repository as 644 #29

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
# https://github.com/ansible/ansible-lint
- name: Run ansible-lint
uses: ansible/ansible-lint@main