File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 18
18
description : " Include Stwo in build"
19
19
type : boolean
20
20
default : true
21
+ include_lint :
22
+ description : " Include CairoLint in build"
23
+ type : boolean
24
+ default : true
21
25
22
26
env :
23
27
# TODO(#1915): Use stable toolchain once stwo is stable.
86
90
- name : Build
87
91
run : |
88
92
${{ env.CARGO }} build --release --locked --target ${{ matrix.target }} --workspace --exclude scarb-prove \
89
- --exclude scarb-verify ${{ inputs.include_cairols && '--exclude scarb-cairo-language-server' || ''}}
93
+ --exclude scarb-verify ${{ inputs.include_cairols && '--exclude scarb-cairo-language-server' || ''}} \
94
+ --no-default-features ${{ inputs.include_lint && '--features scarb/scarb-lint' || ''}}
90
95
91
96
- uses : dtolnay/rust-toolchain@master
92
97
if : inputs.include_stwo
You can’t perform that action at this time.
0 commit comments