Skip to content

Commit

Permalink
fixup! fixup! ci: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbertom committed Jun 21, 2024
1 parent 1d52c79 commit 12f1607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -137,4 +138,3 @@ jobs:
cargo install cargo-udeps --locked
- name: Run cargo udeps
run: cargo +nightly udeps --all-targets

0 comments on commit 12f1607

Please sign in to comment.