Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: V2.2 Support configuration of hash function for source checksums #181

Merged
merged 15 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 27,17 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Clippy
run: cargo clippy --all-targets --locked
run: |
cargo clippy --all-targets --locked --no-default-features
cargo clippy --all-targets --locked
cargo clippy --all-targets --locked --all-features

- name: Build
run: deno task build && deno task node

- name: Test
run: |
cargo test --all-targets --locked
cargo test --all-targets --all-features --locked
deno task test

- name: Get tag version
Expand Down
271 changes: 271 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading