fix: operationName attribute on Graphql Request Operation (#618) #256
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: Brick JSON Generators | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| paths: | |
| - "packages/brick_json_generators/**" | |
| - ".github/workflows/brick_json_generators.yaml" | |
| env: | |
| PUB_ENVIRONMENT: bot.github | |
| jobs: | |
| analyze_format_test: | |
| uses: ./.github/workflows/reusable-dart-analyze-format-test.yaml | |
| with: | |
| package: brick_json_generators |