Skip to content

Add WP Start to site plans in Site Status #33

Add WP Start to site plans in Site Status

Add WP Start to site plans in Site Status #33

Workflow file for this run

---
name: 'Nitpick git commits'
on:
push:
branches: [ master ]
pull_request:
env:
DOMAINS: seravo.com
PYTHON_VERSION: '3.10'
jobs:
nitpick:
name: 'Gnitpick'
runs-on: ubuntu-latest
steps:
- name: Setup repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install Gnitpick
run: curl -O https://raw.githubusercontent.com/Seravo/gnitpick/master/gnitpick.py
- name: Set up python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run gnitpick
run: python3 gnitpick.py --verbose --email-domains "${DOMAINS}"