Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Feb 25, 2024
1 parent 2c84187 commit ee67ce5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,16 @@ jobs:
run: |
cargo clippy -- -D warnings
- name: Install audit
shell: bash
run: |
cargo install --version 0.14.12 cargo-deny
- name: Security audit, licenses
shell: bash
run: |
cargo deny check licenses advisories sources
# TODO uncomment when cargo deny will fix a dependency issue
# - name: Install audit
# shell: bash
# run: |
# cargo install cargo-deny

# - name: Security audit, licenses
# shell: bash
# run: |
# cargo deny check licenses advisories sources

- name: Test
shell: bash
Expand Down

0 comments on commit ee67ce5

Please sign in to comment.