File tree 4 files changed +365
-418
lines changed
4 files changed +365
-418
lines changed Original file line number Diff line number Diff line change 13
13
profile : minimal
14
14
toolchain : stable
15
15
override : true
16
- - uses : actions-rs/cargo@v1
17
- with :
18
- command : check
16
+ # - uses: actions-rs/cargo@v1
17
+ # with:
18
+ # command: check
19
19
20
20
test :
21
21
name : Test Suite
46
46
with :
47
47
command : fmt
48
48
args : --all -- --check
49
-
50
- clippy :
51
- name : Clippy linting
52
- runs-on : ubuntu-latest
53
- steps :
54
- - uses : actions/checkout@v2
55
- - uses : actions-rs/toolchain@v1
56
- with :
57
- toolchain : stable
58
- components : clippy
59
- override : true
60
- - uses : actions-rs/clippy-check@v1
61
- with :
62
- token : ${{ secrets.GITHUB_TOKEN }}
63
- args : --all-features
64
-
65
- links :
66
- name : markdown-link-check
67
- runs-on : ubuntu-latest
68
- steps :
69
- - uses : actions/checkout@master
70
- - uses : gaurav-nelson/github-action-markdown-link-check@v1
You can’t perform that action at this time.
0 commit comments