Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

chore(ansible): fix branch #2

chore(ansible): fix branch

chore(ansible): fix branch #2

Workflow file for this run

name: Ansible CI
on:
pull_request:
branches: [ main ]
paths: [ 'ansible/**','runme.sh','.github/workflows/ci-ansible.yml' ]
jobs:
ansible:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ansible-community/ansible-lint-action@v6
with:
args: "ansible"
- run: 'echo "VM_TOKEN=foo" > .env'
- run: 'bash ./runme.sh'