Skip to content

Commit

Permalink
Testing format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhashiniNaik committed Feb 12, 2025
1 parent a06f0e4 commit 8c598d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code format check

on: [ merge_group, pull_request ]
on: [push, pull_request ]

jobs:
treefmt:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ OldIntEnabledStatusValueType getOldIntEnabledStatusValueAndSuspendAllInterrupts(
// No locks needed.
// 2. Inside vTaskStartScheduler(), with interrupts disabled, asyncEnterTask() is called.
// We shall not mess with the interrupt logic there.
// Testing treefmt

return OldIntEnabledStatusValueType(0);
}
Expand Down

0 comments on commit 8c598d3

Please sign in to comment.