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 4e89e25 commit 4492fbdCopy full SHA for 4492fbd
.github/workflows/githubci.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
python-version: "3.x"
12
- name: Checkout Current Repo
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
15
- name: check SPDX licensing
16
run: python ./SPDX.py
@@ -26,8 +26,8 @@ jobs:
26
- uses: actions/setup-python@v4
27
28
29
- - uses: actions/checkout@v2
30
+ - uses: actions/checkout@v3
31
32
repository: adafruit/ci-arduino
33
path: ci
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
pip install --force-reinstall pylint==2.7.1
100
101
102
103
- name: lint
104
run: ./pylint_check.sh
0 commit comments