Skip to content

issue 6 and more : refactor task #136

issue 6 and more : refactor task

issue 6 and more : refactor task #136

Workflow file for this run

# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 smartindent nu
---
name: ansible-lint
on:
pull_request:
push:
schedule:
- cron: "30 6 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run ansible-lint
uses: ansible/[email protected]