Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork630
docs(api-v3): addPedGroup docs#161
Workflow file for this run
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:Perform checks | |
| on: | |
| pull_request: | |
| branches:[ main ] | |
| paths: | |
| -'**' | |
| -'!.github/**' | |
| -'!*.yml' | |
| -'.github/workflows/*.yml' | |
| permissions: | |
| contents:read | |
| jobs: | |
| build: | |
| uses:./.github/workflows/build.yml | |
| # well, we just check if we can build the source code in this workflow for now... |