dotpatina 1.6.0

dotpatina is a rust application for managing system dotfiles and configuration
name: 🏷️ Check Version

on:
  pull_request:
    branches:
      - main

jobs:
  check-version:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Check Cargo version
        run: scripts/check_version.sh