File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Rust
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ "dev" ]
5
+ branches : [ "dev", "rewrite/v3" ]
6
6
push :
7
- branches : [ "dev" ]
7
+ branches : [ "dev", "rewrite/v3" ]
8
8
workflow_dispatch :
9
9
10
10
env :
35
35
with :
36
36
targets : ${{ matrix.target }}
37
37
38
+ - name : Run Clippy
39
+ uses :
ClementTsang/[email protected]
40
+ with :
41
+ args : -- -Dwarnings
42
+ command : clippy
43
+
38
44
- name : Build
39
45
uses :
ClementTsang/[email protected]
40
46
with :
52
58
with :
53
59
name : ferrumc-${{ matrix.os }}
54
60
path : target/${{ matrix.target }}/release/ferrumc*
55
-
56
- # Uncomment the following block if you want to send a message to Discord:
57
- # - name: Send message to Discord
58
- # env:
59
- # DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
60
- # uses: Ilshidur/action-discord@master
61
- # with:
62
- # args: 'A new commit has been pushed!
63
- #
64
- # {{ EVENT_PAYLOAD.head_commit.url }}'
You can’t perform that action at this time.
0 commit comments