Skip to content

Commit ad6a22a

Browse files
authored
Merge branch 'main' into fixCCSFormatting
2 parents 5780097 + ad13a1f commit ad6a22a

File tree

3 files changed

+4
-78
lines changed

3 files changed

+4
-78
lines changed

.github/actions/url_verifier.sh

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,7 @@ jobs:
3232
- name: Clone This Repo
3333
uses: actions/checkout@v3
3434
- name: Link Verification
35-
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
36-
37-
url-check:
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v3
41-
with:
42-
path: ./kernel
43-
44-
- name: URL Checker
45-
run: |
46-
bash kernel/.github/actions/url_verifier.sh kernel
35+
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
4736

4837
verify-manifest:
4938
runs-on: ubuntu-latest

.github/workflows/formatting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)