name: domain-lint
on:
  pull_request:
  push:
    branches: [main]
# Read-only by default: without this the workflow inherits the repository
# default, which is write on nearly everything. Nothing here writes.
permissions:
  contents: read

jobs:
  domain:
    uses: mcp-hangar/.github/.github/workflows/domain-lint.yml@2ca382cad799aba046b435917ae322cb770db373 # main
