Skip to content

Commit e07e736

Browse files
committed
Also run format and update-patch commands
1 parent 536b52a commit e07e736

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ jobs:
168168
- run: dfetch check
169169
- run: dfetch update
170170
- run: dfetch update
171+
- run: |
172+
git init
173+
git commit -m "Initial commit"
174+
echo "An extra line" >> cpputest/src/README.md
175+
git add cpputest/src/README.md
176+
git commit -m "Update README.md"
177+
- run: dfetch update-patch
178+
- run: dfetch format-patch
171179
- run: dfetch report -t sbom
172180

173181

.github/workflows/run.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- run: dfetch check
4343
- run: dfetch update
4444
- run: dfetch update
45+
- run: dfetch update-patch
46+
- run: dfetch format-patch
4547
- run: dfetch report -t sbom
4648
- name: Dfetch SARIF Check
4749
uses: ./
@@ -113,6 +115,8 @@ jobs:
113115
- run: dfetch check
114116
- run: dfetch update
115117
- run: dfetch update
118+
- run: dfetch update-patch
119+
- run: dfetch format-patch
116120
- run: dfetch report -t sbom
117121

118122
- name: Dfetch SARIF Check

0 commit comments

Comments
 (0)