File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ updates:
6
6
interval : daily
7
7
open-pull-requests-limit : 25
8
8
9
+ # See https://github.com/dependabot/dependabot-core/issues/2824 for doing
10
+ # multiple directories for the same check.
11
+ - package-ecosystem : cargo
12
+ directory : " /panic/abort"
13
+ schedule :
14
+ interval : daily
15
+ open-pull-requests-limit : 25
16
+
9
17
- package-ecosystem : github-actions
10
18
directory : " /"
11
19
schedule :
Original file line number Diff line number Diff line change 26
26
components : rustfmt
27
27
- uses : r7kamura/rust-problem-matchers@v1
28
28
- run : cargo +${{ matrix.rust }} fmt --all -- --check
29
+ - run : cargo +${{ matrix.rust }} fmt --all -- --check
30
+ working-directory : panic/abort
29
31
30
32
markdown-lint :
31
33
runs-on : ubuntu-22.04
61
63
- uses : actions/checkout@v3
62
64
- run : cargo install cargo-sort
63
65
- run : cargo sort --workspace --check >/dev/null
66
+ - run : cargo sort --workspace --check >/dev/null
67
+ working-directory : panic/abort
64
68
65
69
clippy :
66
70
runs-on : ubuntu-22.04
79
83
components : clippy
80
84
- uses : r7kamura/rust-problem-matchers@v1
81
85
- run : cargo +${{ matrix.rust }} clippy --all --all-features -- -D warnings
86
+ - run : cargo +${{ matrix.rust }} clippy --all --all-features -- -D warnings
87
+ working-directory : panic/abort
82
88
83
89
build :
84
90
runs-on : ubuntu-22.04
99
105
toolchain : ${{ matrix.rust }}
100
106
- uses : r7kamura/rust-problem-matchers@v1
101
107
- run : cargo +${{ matrix.rust }} build --release
108
+ - run : cargo +${{ matrix.rust }} build --release
109
+ working-directory : panic/abort
102
110
103
111
test :
104
112
runs-on : ubuntu-22.04
@@ -136,6 +144,8 @@ jobs:
136
144
toolchain : ${{ matrix.rust }}
137
145
- uses : r7kamura/rust-problem-matchers@v1
138
146
- run : cargo +${{ matrix.rust }} doc --release --no-deps
147
+ - run : cargo +${{ matrix.rust }} doc --release --no-deps
148
+ working-directory : panic/abort
139
149
140
150
coverage :
141
151
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments