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 393b5ed commit 23464bfCopy full SHA for 23464bf
.github/workflows/githubci.yml
@@ -3,6 +3,14 @@ name: Arduino Library CI
3
on: [pull_request, push, repository_dispatch]
4
5
jobs:
6
+ spdx:
7
+ - uses: actions/checkout@v2
8
+ with:
9
+ repository: adafruit/ci-arduino
10
+ path: ci
11
+ - name: check SPDX licensing
12
+ run: python3 ci/SPDX.py
13
+
14
arduino:
15
strategy:
16
fail-fast: false
@@ -40,8 +48,6 @@ jobs:
40
48
- name: test platforms
41
49
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
42
50
43
- - name: check SPDX licensing
44
- run: python3 ci/SPDX.py
45
51
46
52
- name: Upload build artifacts
47
53
uses: actions/upload-artifact@v2
0 commit comments