We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395dc56 commit e4a7e66Copy full SHA for e4a7e66
3 files changed
.github/workflows/arduino-lint.yml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- uses: arduino/arduino-lint-action@v2
13
with:
14
library-manager: update
.github/workflows/arduino_test_runner.yml
@@ -12,7 +12,7 @@ jobs:
build:
15
- - uses: actions/checkout@v3
16
17
# BUGBUG
18
# DO-NOTHING FOR NOW - TIRED OF STUPID WORKFLOW FAILING
.github/workflows/jsoncheck.yml
test:
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
0 commit comments