Skip to content

Update "Setup your docs environment" instructions to match current Hugo Modules layout #4474

Update "Setup your docs environment" instructions to match current Hugo Modules layout

Update "Setup your docs environment" instructions to match current Hugo Modules layout #4474

Workflow file for this run

# 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: Spellcheck
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
permissions: {}
jobs:
spellcheck:
uses: radius-project/.github/.github/workflows/__spellcheck.yml@main
permissions:
contents: read
pull-requests: write