Skip to content

Commit

Permalink
Merge branch 'main' into streaming_decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosshi999 committed Oct 15, 2024
2 parents ec8fac0 + 683da55 commit ccf2bd9
Show file tree
Hide file tree
Showing 19 changed files with 884 additions and 762 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/cargo-deny.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: cargo-deny
on:
push:
pull_request:
defaults:
run:
shell: bash
branches:
- main
jobs:
cargo-deny:
runs-on: ubuntu-20.04
Expand All @@ -13,11 +11,6 @@ jobs:
- name: Install cargo-binstall
uses: taiki-e/install-action@cargo-binstall
- name: Install cargo-deny
run: cargo binstall cargo-deny@^0.14 --no-confirm --log-level debug
run: cargo binstall cargo-deny@^0.16 --no-confirm --log-level debug
- name: cargo-deny
run: |
if ${{ !!github.event.release }}; then
cargo deny --all-features check
else
cargo deny --all-features check -W denied
fi
run: cargo deny --all-features check
Loading

0 comments on commit ccf2bd9

Please sign in to comment.