File tree Expand file tree Collapse file tree 3 files changed +6
-78
lines changed Expand file tree Collapse file tree 3 files changed +6
-78
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- name : Check Formatting of FreeRTOS-Kernel Files
14
14
uses : FreeRTOS/CI-CD-Github-Actions/formatting@main
15
+ with :
16
+ exclude-dirs : portable
15
17
16
18
spell-check :
17
19
runs-on : ubuntu-latest
30
32
- name : Clone This Repo
31
33
uses : actions/checkout@v3
32
34
- name : Link Verification
33
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
34
-
35
- url-check :
36
- runs-on : ubuntu-latest
37
- steps :
38
- - uses : actions/checkout@v3
39
- with :
40
- path : ./kernel
41
-
42
- - name : URL Checker
43
- run : |
44
- bash kernel/.github/actions/url_verifier.sh kernel
35
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
45
36
46
37
verify-manifest :
47
38
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- name : Apply Formatting Fix
22
+ id : check-formatting
22
23
uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
23
- id : check-formatting
24
+ with :
25
+ exclude-dirs : portable
You can’t perform that action at this time.
0 commit comments