docs: Remove SPF record instructions, since we now send via SES 603e782 #1997
This file contains hidden or 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: Lint Shell | |
| on: [push, pull_request] | |
| jobs: | |
| lint: | |
| uses: open-contracting/.github/.github/workflows/shell.yml@main | |
| permissions: | |
| contents: read | |
| with: | |
| # checkbashisms doesn't recognize `set -o pipefail`. | |
| ignore: do_excluded_supplier.sh |