1 parent bc87c16 commit fe32757Copy full SHA for fe32757
3 files changed
.github/workflows/arduino-lint.yml
@@ -2,6 +2,9 @@
2
name: Arduino-lint
3
4
on: [push, pull_request]
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
lint:
10
runs-on: ubuntu-latest
.github/workflows/arduino_test_runner.yml
@@ -3,6 +3,9 @@ name: Arduino CI
runTest:
11
.github/workflows/jsoncheck.yml
@@ -6,6 +6,9 @@ on:
- '**.json'
pull_request:
12
13
test:
14
0 commit comments