Skip to content

Commit 23464bf

Browse files
committed
Trying different config
1 parent 393b5ed commit 23464bf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Arduino Library CI
33
on: [pull_request, push, repository_dispatch]
44

55
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+
614
arduino:
715
strategy:
816
fail-fast: false
@@ -40,8 +48,6 @@ jobs:
4048
- name: test platforms
4149
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
4250

43-
- name: check SPDX licensing
44-
run: python3 ci/SPDX.py
4551

4652
- name: Upload build artifacts
4753
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)