Skip to content

Commit

Permalink
chore: Add check to ensure version numbers agree.
Browse files Browse the repository at this point in the history
Across PR milestone, "next" milestone, and draft release.
  • Loading branch information
iphydf committed Nov 11, 2024
1 parent 934a830 commit 41fb183
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: checks

on:
pull_request:
branches: [master]
types: [opened, reopened, synchronize, milestoned]
pull_request_target:
branches: [master]

jobs:
checks:
uses: TokTok/ci-tools/.github/workflows/check-release.yml@master

0 comments on commit 41fb183

Please sign in to comment.