mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-18 07:40:27 -05:00
Add an assert to catch register overflow (#1265)
This commit is contained in:
parent
03db672b8f
commit
4ee6a1f22f
7 changed files with 16 additions and 4 deletions
3
.github/workflows/formatting.yml
vendored
3
.github/workflows/formatting.yml
vendored
|
|
@ -16,10 +16,11 @@ jobs:
|
|||
if: ${{ github.event.issue.pull_request &&
|
||||
( ( github.event.comment.body == '/bot run uncrustify' ) ||
|
||||
( github.event.comment.body == '/bot run formatting' ) ) }}
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Apply Formatting Fix
|
||||
id: check-formatting
|
||||
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
|
||||
with:
|
||||
exclude-dirs: portable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue