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 1212 - uses : actions/checkout@v3
1313 - name : Check Formatting of FreeRTOS-Kernel Files
1414 uses : FreeRTOS/CI-CD-Github-Actions/formatting@main
15+ with :
16+ exclude-dirs : portable
1517
1618 spell-check :
1719 runs-on : ubuntu-latest
3032 - name : Clone This Repo
3133 uses : actions/checkout@v3
3234 - 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
4536
4637 verify-manifest :
4738 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-20.04
2020 steps :
2121 - name : Apply Formatting Fix
22+ id : check-formatting
2223 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