Add Rule for Deprecated partition_key_path in azurerm_cosmosdb_sql_container #407
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: generated-code | |
on: pull_request | |
jobs: | |
checks: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: Set up Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version-file: 'go.mod' | |
- name: go run ./apispec-rule-gen | |
working-directory: ./tools | |
run: go run ./apispec-rule-gen && git diff --exit-code |