Skip to content

Commit 62babe4

Browse files
authored
Merge pull request #112 from arielswalker/part-cfs/workflows#129-use-updated-static-analysis-workflow
Part cFS/workflows#129, Use Updated Static Analysis Workflow
2 parents 5a91e2e + 2f0bf25 commit 62babe4

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 all 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)