mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
github/workflows/codeformat: Fix workflow.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
0de60ff3d5
commit
2205f177f3
3
.github/workflows/codeformat.yml
vendored
3
.github/workflows/codeformat.yml
vendored
@ -15,7 +15,6 @@ on:
|
||||
- synchronize
|
||||
branches:
|
||||
- 'master'
|
||||
- 'update_code_formatter'
|
||||
paths:
|
||||
- '**/*.{c,cc,h}'
|
||||
|
||||
@ -46,4 +45,4 @@ jobs:
|
||||
scripts/**
|
||||
tools/**
|
||||
uncrustify-version: '0.75.0'
|
||||
fail-on-error: 'true'
|
||||
fail-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user