Lines Matching +full:python +full:- +full:version
8 runs-on: ubuntu-latest
10 - name: Checkout repository
14 fetch-depth: 0
15 - name: Set up Python 3.10
16 uses: actions/setup-python@v5
18 python-version: "3.10"
19 - name: Install dependencies
21 python -m pip install --upgrade pip
22 pip install --upgrade gitlint
23 - name: Lint git commit messages
25 gitlint --commits origin/$GITHUB_BASE_REF..