File tree Expand file tree Collapse file tree
template/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 steps :
3737 - name : Checkout
3838 uses : actions/checkout@v4
39- - name : Install Mise
40- uses : jdx/mise-action@v2
4139 - name : Setup Python
4240 uses : liblaf/actions/setup-python@main
41+ - name : Install Mise
42+ uses : jdx/mise-action@v2
4343 - name : Bench
4444 uses : CodSpeedHQ/action@v3
4545 with :
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 uses : actions/checkout@v4
4343 with :
4444 fetch-depth : 0 # I don't know why, but it is present in the official example
45- - name : Install Mise
46- uses : jdx/mise-action@v2
4745 - name : Setup Python
4846 uses : liblaf/actions/setup-python@main
47+ - name : Install Mise
48+ uses : jdx/mise-action@v2
4949 - name : Test
5050 run : mise run test
5151 - name : Upload Coverage
You can’t perform that action at this time.
0 commit comments