File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,30 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
18- - name : Set up Python 3.13
19- id : setup-python
20- uses : actions/setup-python@v4
17+ - uses : actions/checkout@v4
18+ - uses : jdx/mise-action@v2
2119 with :
22- python-version : " 3.13"
23- - name : Set up Node 22
24- id : setup-node
25- uses : actions/setup-node@v3
26- with :
27- node-version : " 22"
28- - name : Set up Ruby 2.7
29- uses : ruby/setup-ruby@v1
30- with :
31- ruby-version : " 2.7"
32- - name : Set up Rust
33- uses : actions-rust-lang/setup-rust-toolchain@v1
34- with :
35- toolchain : " stable"
36- - name : Install Poetry
37- uses : snok/install-poetry@v1
38- with :
39- version : 2.1.1
40- - name : Prepare for CI
41- run : ./tasks/setup-for-ci.sh
20+ version : latest
21+ install : true
22+ cache : true
23+ experimental : true
4224 - name : Check scripts
43- run : mise check
25+ run : mise run check
You can’t perform that action at this time.
0 commit comments