Remove action "upload-artifacts" from build workflow (#626)
* rm upload artifacts to GitHub * Skip lint_c if no source files were modified Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
9
.github/workflows/lint_c.yml
vendored
9
.github/workflows/lint_c.yml
vendored
@@ -1,6 +1,13 @@
|
||||
name: 'Lint C/C++ with clang-format'
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.h'
|
||||
- '**.c'
|
||||
- '**.hpp'
|
||||
- '**.cpp'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
TARGETS: f6
|
||||
|
Reference in New Issue
Block a user