Fix undefined variable exception when no MX is found and add spf_record_include_match property #102
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
env: | |
CI: true | |
jobs: | |
lint: | |
uses: haraka/.github/.github/workflows/lint.yml@master | |
# coverage: | |
# uses: haraka/.github/.github/workflows/coverage.yml@master | |
# secrets: inherit | |
ubuntu: | |
needs: [lint] | |
uses: haraka/.github/.github/workflows/ubuntu.yml@master | |
windows: | |
needs: [lint] | |
uses: haraka/.github/.github/workflows/windows.yml@master |