File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: STM32RTC Continuous Integration
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
paths-ignore :
7
7
- ' *'
8
8
- ' **.md'
@@ -19,11 +19,11 @@ jobs:
19
19
steps :
20
20
# First of all, clone the repo using the checkout action.
21
21
- name : Checkout
22
- uses : actions/checkout@master
22
+ uses : actions/checkout@main
23
23
24
24
- name : Astyle check
25
25
id : Astyle
26
- uses : stm32duino/actions/astyle-check@master
26
+ uses : stm32duino/actions/astyle-check@main
27
27
28
28
# Use the output from the `Astyle` step
29
29
- name : Astyle Errors
35
35
runs-on : ubuntu-latest
36
36
name : Spell check
37
37
steps :
38
- - uses : actions/checkout@master
38
+ - uses : actions/checkout@main
39
39
- uses : arduino/actions/libraries/spell-check@master
40
40
# with:
41
41
# ignore-words-list: "./extras/codespell-ignore-words-list.txt"
@@ -45,11 +45,11 @@ jobs:
45
45
steps :
46
46
# First of all, clone the repo using the checkout action.
47
47
- name : Checkout
48
- uses : actions/checkout@master
48
+ uses : actions/checkout@main
49
49
50
50
- name : Compilation
51
51
id : Compile
52
- uses : stm32duino/actions/compile-examples@master
52
+ uses : stm32duino/actions/compile-examples@main
53
53
with :
54
54
board-pattern : " .*NUCLEO.*"
55
55
You can’t perform that action at this time.
0 commit comments