alteração de endpoint #1
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: "API Governance" | |
| on: pull_request # Executa sempre que alguém abrir um PR | |
| jobs: | |
| validate-api: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout do código | |
| uses: actions/checkout@v3 | |
| - name: Executar Validação de Governança | |
| uses: meu-usuario/api-governance-action@main # Repositório onde a Action está hospedada | |
| with: | |
| project-path: "src/TestAcesso.Webapi" |