Use a callback to handle dynamic getHttpHeader calls in testing #266
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: Pull Requests | |
on: | |
push: | |
branches-ignore: | |
- "main" | |
- "master" | |
- "development" | |
- "releases/**" | |
pull_request: | |
branches: | |
- development | |
- "releases/**" | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yml | |
secrets: inherit | |
format_check: | |
name: Checks Source Code Formatting | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout Repository | |
uses: actions/[email protected] | |
- uses: Ortus-Solutions/[email protected] | |
with: | |
cmd: run-script format:check |