Skip to content

Commit

Permalink
fixup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Apr 27, 2023
1 parent dcf2558 commit 628cfec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cargo patch
run: cargo patch
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/build-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- name: cargo patch
run: cargo patch
- name: fmt (stable)
run: cargo +stable fmt -- --files-with-diff --check
- name: clippy (stable)
Expand Down

0 comments on commit 628cfec

Please sign in to comment.