mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github: Update codeformat workflow.
This commit is contained in:
parent
e2e80c1717
commit
ec67194d68
8
.github/workflows/codeformat.yml
vendored
8
.github/workflows/codeformat.yml
vendored
@ -1,6 +1,14 @@
|
|||||||
name: '🔎 Check Code Formatting'
|
name: '🔎 Check Code Formatting'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- '!**/README.md'
|
||||||
|
- '!**.rst'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user