File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1- # Before usage
2- # - Change name of output files
3- # - Change lint command if needed
4-
51name : Release CLI
62
73on :
3127 cache-on-failure : true
3228
3329 - name : lint
34- run : cargo clippy # instruct some packages if needed
35-
36- # - name: test
37- # run: cargo test --tests --bins --examples # instruct some packages if needed
30+ run : cargo clippy
3831
3932 build-and-release :
4033 name : Build and Release
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Lint
33on :
44 push :
55 branches :
6- # change for your branch name
76 - main
87
98env :
2928
3029 - name : lint
3130 run : cargo clippy # instruct some packages if needed
32- - name : test
33- run : cargo test --tests --bins --examples # instruct some packages if needed
You can’t perform that action at this time.
0 commit comments