File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,11 @@ jobs:
10
10
pre-commit :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Setup Python
14
- uses : actions/setup-python@v5
15
- with :
16
- python-version : ' 3.x'
17
-
18
13
- name : Checkout code
19
14
uses : actions/checkout@v4
20
15
21
16
- name : Run pre-commit
22
- uses :
pre-commit/[email protected] .0
17
+ uses :
pre-commit/[email protected] .1
23
18
24
19
- name : Checkout adafruit/ci-arduino
25
20
uses : actions/checkout@v4
@@ -60,18 +55,14 @@ jobs:
60
55
- ' metro_m4_tinyusb'
61
56
62
57
steps :
63
- - name : Setup Python
64
- uses : actions/setup-python@v5
65
- with :
66
- python-version : ' 3.x'
67
-
68
58
- name : Checkout code
69
59
uses : actions/checkout@v4
70
60
71
61
- name : Checkout adafruit/ci-arduino
72
62
uses : actions/checkout@v4
73
63
with :
74
64
repository : adafruit/ci-arduino
65
+ ref : importable-build_platform
75
66
path : ci
76
67
77
68
- name : pre-install
95
86
- ' feather_esp32s3'
96
87
97
88
steps :
98
- - name : Setup Python
99
- uses : actions/setup-python@v5
100
- with :
101
- python-version : ' 3.x'
102
-
103
89
- name : Checkout code
104
90
uses : actions/checkout@v4
105
91
You can’t perform that action at this time.
0 commit comments