Skip to content

Commit

Permalink
[PLA-2073] Check cargo version
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Nov 11, 2024
1 parent ca60025 commit 1521f65
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Version

on:
push:
pull_request:

concurrency:
group: check-version-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check Version
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 1521f65

Please sign in to comment.