This commit is contained in:
parent
91e8e47775
commit
ca2ab8dfe0
1 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ jobs:
|
||||||
name: cargo test
|
name: cargo test
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v6
|
- name: Checkout
|
||||||
|
uses: https://code.forgejo.org/actions/checkout@v6
|
||||||
|
|
||||||
- name: Super-linter
|
- name: Super-linter
|
||||||
uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version
|
uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version
|
||||||
|
|
@ -24,7 +25,8 @@ jobs:
|
||||||
VALIDATE_GTILEAKS: true
|
VALIDATE_GTILEAKS: true
|
||||||
VALIDATE_TRIVY: true
|
VALIDATE_TRIVY: true
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- name: Rust toolchain
|
||||||
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
#- run: cargo test --all-features
|
#- run: cargo test --all-features
|
||||||
- run: cargo run -- --help
|
- run: cargo run -- --help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue