File tree Expand file tree Collapse file tree 4 files changed +7
-38
lines changed
Expand file tree Collapse file tree 4 files changed +7
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 types :
55 - created
66 workflow_dispatch :
7- inputs :
8- lookback :
9- default : 3
10- permissions :
11- actions : read
12- checks : read
13- contents : write
14- deployments : read
15- issues : read
16- discussions : read
17- packages : read
18- pages : read
19- pull-requests : read
20- repository-projects : read
21- security-events : read
22- statuses : read
237jobs :
248 TagBot :
259 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
2812 - uses : JuliaRegistries/TagBot@v1
2913 with :
3014 token : ${{ secrets.GITHUB_TOKEN }}
31- ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 44 branches : [master]
55 pull_request :
66 types : [opened, synchronize, reopened]
7+ # needed to allow julia-actions/cache to delete old caches that it has created
8+ permissions :
9+ actions : write
10+ contents : read
711jobs :
812 test :
913 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
3236 - uses : codecov/codecov-action@v4
3337 with :
3438 file : lcov.info
39+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : julia-actions/setup-julia@latest
1414 with :
1515 version : ' 1'
16- - uses : actions/checkout@v1
16+ - uses : actions/checkout@v4
1717 - name : Format check
1818 shell : julia --color=yes {0}
1919 run : |
2020 using Pkg
21- Pkg.add(PackageSpec(name="JuliaFormatter", version="0.22.4 "))
21+ Pkg.add(PackageSpec(name="JuliaFormatter", version="1 "))
2222 using JuliaFormatter
2323 format(".", verbose=true)
2424 out = String(read(Cmd(`git diff`)))
You can’t perform that action at this time.
0 commit comments