File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3434 timeout-minutes : 10
3535 steps :
3636 - uses : actions/checkout@v4
37- - uses : bp3d-actions/audit-check@9c23bd47e5e7b15b824739e0862cb878a52cc211
38- with :
39- token : ${{ secrets.GITHUB_TOKEN }}
37+ - uses : actions-rust-lang/audit@v1
38+ name : Audit Rust Dependencies
4039
4140 build_and_test_linux :
4241 name : Build and Test (Linux)
Original file line number Diff line number Diff line change 11[package ]
22name = " nu_plugin_prometheus"
3- description = " A nushell plugin for querying prometheus"
43version = " 0.1.0"
54edition = " 2021"
5+
6+ authors = [" Eric Hodel <drbrain@segment7.net>" ]
7+ description = " A nushell plugin for querying prometheus"
8+ homepage = " https://github.com/drbrain/nu_plugin_prometheus"
69license = " MIT"
10+ readme = " README.md"
11+ repository = " https://github.com/drbrain/nu_plugin_prometheus"
12+ keywords = [" nu" , " plugin" , " prometheus" ]
13+ categories = [" command-line-utilities" ]
714
815# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
916
You can’t perform that action at this time.
0 commit comments