Skip to content

Update create-groups.yaml #9

Update create-groups.yaml

Update create-groups.yaml #9

Workflow file for this run

name: linting
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
linting:
continue-on-error: true
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Ansible Lint
uses: ansible/[email protected]