Skip to content

CC my personal email on Contact Form submissions #45

CC my personal email on Contact Form submissions

CC my personal email on Contact Form submissions #45

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]