File tree Expand file tree Collapse file tree 5 files changed +20
-1
lines changed
Expand file tree Collapse file tree 5 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ [licenses ]
2+ allow = [" Unicode-DFS-2016" , " MIT" , " Apache-2.0" ]
Original file line number Diff line number Diff line change 1515
1616 - name : Run check
1717 run : docker run -v ${PWD}/test:/test test-cargo-deny 1.70.0 "" --manifest-path test/Cargo.toml --all-features check
18+
19+ # Ensures the action in the PR still works
20+ test :
21+ runs-on : ubuntu-22.04
22+ if : github.event_name == 'pull_request'
23+ steps :
24+ - uses : actions/checkout@v4
25+ - uses : EmbarkStudios/cargo-deny-action@fix # change branch name to PR branch if you are changing it
26+ # with:
27+ # manifest-path: test/Cargo.toml
Original file line number Diff line number Diff line change 1+ [package ]
2+ name = " root"
3+ version = " 0.1.0"
4+
5+ [dependencies ]
6+ openssl = " 0.10"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inputs:
2222 manifest-path :
2323 description : " Repo root relative path to the Cargo manifest to check"
2424 required : false
25- default : " Cargo.toml"
25+ default : " ./ Cargo.toml"
2626 log-level :
2727 description : " The log level for cargo-deny"
2828 required : false
Original file line number Diff line number Diff line change 1+ fn main ( ) { }
You can’t perform that action at this time.
0 commit comments