Skip to content

Commit

Permalink
Merge pull request #25 from moia-oss/add-caching-to-semver-check
Browse files Browse the repository at this point in the history
add caching to semver check
  • Loading branch information
rinde authored Mar 21, 2023
2 parents 5f52e08 + cfcbe04 commit 6aaff66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "MOIA Rust Maintainers"
git commit -am "Phantom release ${{ steps.calc_version.outputs.version }} [skip ci]"
- uses: Swatinem/rust-cache@v2
with:
shared-key: semver-cache
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v1
with:
Expand Down

0 comments on commit 6aaff66

Please sign in to comment.