Skip to content

Commit

Permalink
semver-check defmt crates separately.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Dec 10, 2024
1 parent 3ea91f5 commit 0b19edd
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/workflows/cargo-semver-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,36 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Semver check host crates
- name: Semver check defmt
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
manifest-path: defmt/
- name: Semver check defmt-macros
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
manifest-path: macros/
- name: Semver check defmt-json-schema
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
manifest-path: decoder/defmt-json-schema/
- name: Semver check defmt-decoder
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
manifest-path: decoder/
- name: Semver check defmt-parser
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
manifest-path: parser/
- name: Semver check defmt-03
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
manifest-path: defmt-03/
- name: Semver check firmware crates
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
Expand Down

0 comments on commit 0b19edd

Please sign in to comment.