Skip to content

Commit c8104b4

Browse files
committed
Part cFS/workflows#129, Use Updated Static Analysis Workflow
1 parent b1f7da6 commit c8104b4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Static Analysis
22

3-
# Run on main push and pull requests
43
on:
54
push:
65
branches:
@@ -16,4 +15,6 @@ on:
1615
jobs:
1716
static-analysis:
1817
name: Static Analysis
19-
uses: nasa/cFS/.github/workflows/app-static-analysis-reusable.yml@dev
18+
uses: nasa/cFS/.github/workflows/static-analysis-reusable.yml@dev
19+
with:
20+
source-dir: 'source/fsw'

0 commit comments

Comments
 (0)