We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96176c commit b746529Copy full SHA for b746529
1 file changed
.github/workflows/format.yml
@@ -2,7 +2,7 @@ name: Runic formatting
2
on:
3
push:
4
branches:
5
- - 'master'
+ - 'main'
6
- 'release-'
7
tags:
8
- '*'
@@ -13,10 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v6
16
- # - uses: julia-actions/setup-julia@v2
17
- # with:
18
- # version: '1'
19
- # - uses: julia-actions/cache@v2
20
- uses: fredrikekre/runic-action@v1
21
with:
22
version: '1'
0 commit comments