File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 name : 🧪 Test
1919 runs-on : ubuntu-24.04
2020 steps :
21- - { uses: actions/checkout@v4, with: { submodules: true } }
21+ - uses : actions/checkout@v4
2222 - run : eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
2323 - run : eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
2424 - run : just test
2727 name : 📝 Format
2828 runs-on : ubuntu-24.04
2929 steps :
30- - { uses: actions/checkout@v4, with: { submodules: true } }
30+ - uses : actions/checkout@v4
3131 - run : eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
3232 - run : eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
3333 - run : just fmt
3636 name : 🤓 Lint
3737 runs-on : ubuntu-24.04
3838 steps :
39- - { uses: actions/checkout@v4, with: { submodules: true } }
39+ - uses : actions/checkout@v4
4040 - run : eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
4141 - run : eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
4242 - run : just lint
8181 name : ${{ matrix.config.name }}
8282 runs-on : ${{ matrix.config.runner }}
8383 steps :
84- - { uses: actions/checkout@v4, with: { submodules: true } }
85- - run : eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
86- - run : eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
84+ - uses : actions/checkout@v4
85+ - shell : bash
86+ run : eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
87+ - shell : bash
88+ run : eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
8789 - if : matrix.config.run
8890 run : ${{ matrix.config.run }}
8991 - env :
You can’t perform that action at this time.
0 commit comments