Skip to content

Commit 439a647

Browse files
committed
fixup! github:feature added formatting check action
1 parent 0664785 commit 439a647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formatting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build project lifesensor
1+
name: Check code format
22

33
on: [push, pull_request]
44

@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: build uncrustify image
1313
run: make -C docker uncrustify-image
14-
- name: check code formatting
14+
- name: check code format
1515
run: make -C lifesensor DOCKEROPTS=--tty=false check-uncrustify

0 commit comments

Comments
 (0)