Skip to content

Commit

Permalink
chore: simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Jan 20, 2024
1 parent 83f951a commit d87e8b8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
rust-toolchain:
- nightly

runs-on: ${{ matrix.os }}
timeout-minutes: 120

steps:
- uses: actions/checkout@v3

- name: Setup ${{ matrix.rust-toolchain }} rust toolchain with caching
uses: brndnmtthws/rust-action@v1
with:
toolchain: ${{ matrix.rust-toolchain }}
components: rustfmt, clippy
enable-sccache: "true"

- name: check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit d87e8b8

Please sign in to comment.