Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jun 2, 2024
1 parent add8ef2 commit 9cb314d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: bp3d-actions/audit-check@9c23bd47e5e7b15b824739e0862cb878a52cc211
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies

build_and_test_linux:
name: Build and Test (Linux)
Expand Down
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "nu_plugin_prometheus"
description = "A nushell plugin for querying prometheus"
version = "0.1.0"
edition = "2021"

authors = ["Eric Hodel <[email protected]>"]
description = "A nushell plugin for querying prometheus"
homepage = "https://github.com/drbrain/nu_plugin_prometheus"
license = "MIT"
readme = "README.md"
repository = "https://github.com/drbrain/nu_plugin_prometheus"
keywords = ["nu", "plugin", "prometheus"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 9cb314d

Please sign in to comment.