Skip to content

Fix typo in CONTACT_FORM_CC_ADDRESSES #46

Fix typo in CONTACT_FORM_CC_ADDRESSES

Fix typo in CONTACT_FORM_CC_ADDRESSES #46

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Ansible Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout the source code
uses: actions/checkout@v3
- name: Create ansible secrets file
run: |
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ${{ github.workspace }}/.ansible_secret
- name: Run ansible-lint
uses: ansible-community/[email protected]