We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c656998 + 55f3676 commit 7575ce6Copy full SHA for 7575ce6
2 files changed
.github/workflows/format-check.yml
@@ -2,13 +2,18 @@ name: Format Check
2
3
# Run on all push and pull requests
4
on:
5
+ push:
6
+ branches:
7
+ - dev
8
+ - main
9
pull_request:
10
types:
11
- opened
12
- reopened
13
- synchronize
14
+ workflow_dispatch:
15
16
jobs:
17
format-check:
18
name: Run format check
- uses: nasa/cFS/.github/workflows/format-check.yml@main
19
+ uses: nasa/cFS/.github/workflows/format-check.yml@dev
.github/workflows/static-analysis.yml
@@ -15,5 +15,5 @@ on:
static-analysis:
- name: Run cppcheck
- uses: nasa/cFS/.github/workflows/static-analysis.yml@main
+ name: Static Analysis
+ uses: nasa/cFS/.github/workflows/app-static-analysis-reusable.yml@dev
0 commit comments