Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Format checks
on:
pull_request:

permissions:
contents: read

jobs:
format-check:
name: FILE FORMAT
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Link checks
on:
pull_request:

permissions:
contents: read

jobs:
link-check:
name: LINK checking
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Spelling checks
on:
pull_request:

permissions:
contents: read

jobs:
spelling-check:
name: SPELLING check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trigger-contribute-site-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [main]

# Only posts to NETLIFY_CONTRIBUTE_SITE_BUILD_HOOK; no GitHub API.
permissions: {}

jobs:
trigger:
runs-on: ubuntu-latest
Expand Down