Add support for goverment endpoints #114
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
on: | |
pull_request: | |
push: | |
branches: | |
- "main" | |
name: Breaking Changes | |
jobs: | |
roave-bc-check: | |
name: Roave BC Check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Check for breaking changes | |
run: docker run --env GITHUB_REPOSITORY="Azure-OSS/azure-storage-php" -u $(id -u) -v $(pwd):/app nyholm/roave-bc-check-ga |