File tree Expand file tree Collapse file tree 5 files changed +41
-749
lines changed Expand file tree Collapse file tree 5 files changed +41
-749
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ jobs:
334
334
runs-on : cbmc_ubuntu-latest_16-core
335
335
steps :
336
336
- name : Set up CBMC runner
337
- uses : FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
337
+ uses : FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@v2
338
338
with :
339
339
cbmc_version : " 5.61.0"
340
340
@@ -352,6 +352,6 @@ jobs:
352
352
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
353
353
354
354
- name : Run CBMC
355
- uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
355
+ uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@v2
356
356
with :
357
357
proofs_dir : test/cbmc/proofs
Original file line number Diff line number Diff line change
1
+ name : Format Pull Request Files
2
+
3
+ on :
4
+ issue_comment :
5
+ types : [created]
6
+
7
+ env :
8
+ bashPass : \033[32;1mPASSED -
9
+ bashInfo : \033[33;1mINFO -
10
+ bashFail : \033[31;1mFAILED -
11
+ bashEnd : \033[0m
12
+
13
+ jobs :
14
+ Formatting :
15
+ name : Run Formatting Check
16
+ if : ${{ github.event.issue.pull_request }} &&
17
+ ( ( github.event.comment.body == '/bot run uncrustify' ) ||
18
+ ( github.event.comment.body == '/bot run formatting' ) )
19
+ runs-on : ubuntu-20.04
20
+ steps :
21
+ - name : Apply Formatting Fix
22
+ uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
23
+ id : check-formatting
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Ignore MacOS file system related.
2
+ ** /* .DS_Store *
3
+
4
+ # Ignore build results
5
+ [Dd ]ebug /
6
+ [Dd ]ebugPublic /
7
+ [Dd ]ebug_with_Libslirp /
8
+ [Rr ]elease /
9
+ [Rr ]eleases /
10
+ [Bb ]in /
11
+ [Oo ]bj /
12
+ [Ll ]og /
13
+ [Ll ]ogs /
14
+ [Bb ]uild /
15
+ __pycache__ /
16
+
1
17
** /* .d
2
18
** /* .o
3
19
** /* .su
You can’t perform that action at this time.
0 commit comments