Skip to content

Commit

Permalink
fix: ci deny job
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy HERGAULT <jeremy.hergault@worldline.com>
  • Loading branch information
reneca committed Jun 28, 2024
1 parent 42f61ed commit b7bcad7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Rust
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
Expand Down Expand Up @@ -46,9 +48,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: stable
components: deny
- run: cargo deny check

Expand Down

0 comments on commit b7bcad7

Please sign in to comment.