File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,33 +38,31 @@ jobs:
3838 - name : Install mise
3939 run : |
4040 curl https://mise.run | sh
41- echo "$HOME/.local/bin" >> "$GITHUB_PATH"
42- "$HOME/.local/bin/mise" --version
4341 mise settings experimental=true
4442
4543 - name : Trust workspace
4644 run : mise trust
4745
4846 - name : Install dependencies
49- run : mise install
47+ run : mise exec -- mise install
5048
5149 - name : Configure project
52- run : make configure
50+ run : mise exec -- make configure
5351
5452 - name : Run formatting checks
55- run : make format
53+ run : mise exec -- make format
5654
5755 - name : Run lint
58- run : make lint
56+ run : mise exec -- make lint
5957
6058 - name : Run static analysis
61- run : make check
59+ run : mise exec -- make check
6260
6361 - name : Build project
64- run : make build
62+ run : mise exec -- make build
6563
6664 - name : Run tests
67- run : make test
65+ run : mise exec -- make test
6866
6967 test-amd64 :
7068 needs : test
You can’t perform that action at this time.
0 commit comments