Skip to content

Commit 6f6a5d8

Browse files
committed
add arduino-lint check
1 parent 1790245 commit 6f6a5d8

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/jsoncheck.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
name: JSON check
2-
3-
on:
4-
push:
5-
paths:
6-
- '**.json'
7-
pull_request:
8-
1+
on: [push, pull_request]
92
jobs:
10-
test:
3+
lint:
114
runs-on: ubuntu-latest
125
steps:
136
- uses: actions/checkout@v2
14-
- name: json-syntax-check
15-
uses: limitusus/json-syntax-check@v1
16-
with:
17-
pattern: "\\.json$"
18-
7+
- uses: arduino/arduino-lint-action@v1
8+
# with:
9+
# library-manager: update
10+
# compliance: strict

0 commit comments

Comments
 (0)