mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
CI-CD URL Check Change (#880)
* Remove the Kernel's custom URL check to just use the CI-CD Actions one * Exclude portable directory from formatting check.
This commit is contained in:
parent
9c649ea7d1
commit
ad13a1f8df
3 changed files with 6 additions and 78 deletions
4
.github/workflows/formatting.yml
vendored
4
.github/workflows/formatting.yml
vendored
|
|
@ -19,5 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Apply Formatting Fix
|
||||
id: check-formatting
|
||||
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
|
||||
id: check-formatting
|
||||
with:
|
||||
exclude-dirs: portable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue