File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 36
36
- name : Run checks
37
37
run : ./do_checks.sh
38
38
39
- static_checks_windows :
40
- runs-on : windows-latest
41
- steps :
42
- # This prevents git from changing line-endings to crlf, which messes cargo fmt checks
43
- - name : Set git to use LF
44
- run : |
45
- git config --global core.autocrlf false
46
- git config --global core.eol lf
47
-
48
- - name : Checkout repository and submodules
49
- uses : actions/checkout@v4
50
- with :
51
- submodules : recursive
52
-
53
- - name : Install python toml package
54
- run : python3 -m pip install toml
55
- - name : Install rust
56
- run : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(python3 ./build-tools/rust-version-extractor/rust-version-extractor.py)
57
- - name : Install rust clippy
58
- run : rustup component add clippy
59
- - name : Install cargo-deny
60
- run : cargo install cargo-deny --locked
61
- - name : Run checks
62
- shell : bash
63
- run : ./do_checks.sh
64
-
65
39
static_checks_macos :
66
40
runs-on : macos-latest
67
41
steps :
You can’t perform that action at this time.
0 commit comments