Skip to content

Tokens update -> from rem to px #9

Tokens update -> from rem to px

Tokens update -> from rem to px #9

name: Versioning Pipeline
on:
pull_request:
branches:
- production
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch all branches
run: git fetch --all
- name: Run version check script
run: |
chmod +x ./ci/check_version.sh
./ci/check_version.sh