Skip to content

Commit

Permalink
conformance: trailing newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Leightcap <[email protected]>
  • Loading branch information
jleightcap committed Aug 1, 2023
1 parent 7e8b6cf commit 32b897c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
args: --manifest-path=tests/conformance/Cargo.toml
- uses: sigstore/sigstore-conformance@main
with:
entrypoint: ${{ github.workspace }}/tests/conformance/target/debug/sigstore
entrypoint: ${{ github.workspace }}/tests/conformance/target/debug/sigstore
2 changes: 1 addition & 1 deletion tests/conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sigstore = { path = "../../" }

[[bin]]
name = "sigstore"
path = "conformance.rs"
path = "conformance.rs"

0 comments on commit 32b897c

Please sign in to comment.