Skip to content

Commit e5194d5

Browse files
author
Richard Unger
committed
add arduino-lint action
1 parent 41b75e3 commit e5194d5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Library Compile
2-
on: push
2+
on: [push, pull_request]
33
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- uses: arduino/arduino-lint-action@v1
9+
with:
10+
library-manager: submit
11+
project-type: library
412
build:
513
name: Test compile
614
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)