Update "Setup your docs environment" instructions to match current Hugo Modules layout #263
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
| # yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json | |
| # ------------------------------------------------------------------------------ | |
| # This file is synced from the radius-project/.github repository. | |
| # DO NOT EDIT MANUALLY - changes will be overwritten by the next sync. | |
| # Source: https://github.com/radius-project/.github | |
| # ------------------------------------------------------------------------------ | |
| --- | |
| name: Dependency Review | |
| on: | |
| pull_request: | |
| permissions: {} | |
| jobs: | |
| dependency-review: | |
| uses: radius-project/.github/.github/workflows/__dependency-review.yml@main | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| checks: write |