File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: STM32LowPower Continuous Integration
22on :
33 push :
44 branches :
5- - master
5+ - main
66 paths-ignore :
77 - ' *'
88 - ' **.md'
@@ -19,11 +19,11 @@ jobs:
1919 steps :
2020 # First of all, clone the repo using the checkout action.
2121 - name : Checkout
22- uses : actions/checkout@master
22+ uses : actions/checkout@main
2323
2424 - name : Astyle check
2525 id : Astyle
26- uses : stm32duino/actions/astyle-check@master
26+ uses : stm32duino/actions/astyle-check@main
2727
2828 # Use the output from the `Astyle` step
2929 - name : Astyle Errors
3535 runs-on : ubuntu-latest
3636 name : Spell check
3737 steps :
38- - uses : actions/checkout@master
38+ - uses : actions/checkout@main
3939 - uses : arduino/actions/libraries/spell-check@master
4040 with :
4141 ignore-words-list : " ./extras/codespell-ignore-words-list.txt"
@@ -45,11 +45,11 @@ jobs:
4545 steps :
4646 # First of all, clone the repo using the checkout action.
4747 - name : Checkout
48- uses : actions/checkout@master
48+ uses : actions/checkout@main
4949
5050 - name : Compilation
5151 id : Compile
52- uses : stm32duino/actions/compile-examples@master
52+ uses : stm32duino/actions/compile-examples@main
5353 with :
5454 board-pattern : " .*NUCLEO.*"
5555 libraries : " STM32duino RTC"
5959 if : failure()
6060 run : |
6161 cat ${{ steps.Compile.outputs.compile-result }}
62- exit 1
62+ exit 1
You can’t perform that action at this time.
0 commit comments