Skip to content

feat(ci): check if version was bumped #1

feat(ci): check if version was bumped

feat(ci): check if version was bumped #1

name: Validate mm2 version
on:
pull_request:
branches:
- dev
jobs:
validate_version_change:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3
- name: Install dependencies
run: pip install toml
- name: Run version check
run: ./scripts/ci/validate-dev-to-main-pr.py