registry: Deny /internal requests. Re-order to follow Apache's reques… #1991
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 |