Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

✨feat: mickey

✨feat: mickey #1

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
ansible-lint:
name: runner / ansible-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- name: ansible-lint
uses: reviewdog/action-ansiblelint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
ansiblelint_flags: '-x core playbook/*'