Skip to content

Commit b8d332f

Browse files
committed
Now checkout repo
1 parent d713e32 commit b8d332f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
- uses: actions/setup-python@v2
1010
with:
1111
python-version: "3.x"
12+
- name: Checkout Current Repo
13+
uses: actions/checkout@v2
14+
1215
- name: check SPDX licensing
13-
run: python SPDX.py
16+
run: python ./SPDX.py
1417

1518
# arduino:
1619
# strategy:

0 commit comments

Comments
 (0)