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/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- synchronize
workflow_dispatch:

permissions:
contents: read

jobs:
build-documentation:
name: Build and deploy cFS documents
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
# 9:35 PM UTC every Sunday
- cron: '35 21 * * 0'

permissions:
contents: read

jobs:
build-run:
name: Build and run with startup msg verification
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- synchronize
workflow_dispatch:

permissions:
contents: read

jobs:
format-check:
name: Run format check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mcdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- synchronize
workflow_dispatch:

permissions:
contents: read

jobs:
mcdc:
name: Run MCDC Analysis
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- synchronize
workflow_dispatch:

permissions:
contents: read

jobs:
static-analysis:
name: Static Analysis
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
# 9:25 PM UTC every Sunday
- cron: '25 21 * * 0'

permissions:
contents: read

jobs:
unit-test-coverage:
name: Run unit test and coverage
Expand Down
Loading