docs: Use ocp42 in docs, to avoid having to update hostnames regularly #1962
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 |