File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments