Skip to content

Commit e9678eb

Browse files
author
Richard Unger
committed
add lint to workflow
1 parent 0182f2f commit e9678eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Library Compile
22
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: update
11+
project-type: library
412
build:
513
name: Test compiling
614
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)