Skip to content

chore: bump thenativeweb/get-next-version from 2.7.6 to 2.7.7 in the github-actions group #187

chore: bump thenativeweb/get-next-version from 2.7.6 to 2.7.7 in the github-actions group

chore: bump thenativeweb/get-next-version from 2.7.6 to 2.7.7 in the github-actions group #187

Workflow file for this run

name: QA
on: pull_request
permissions:
contents: read
packages: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
version: ['3.13', '3.14']
steps:
- name: Clone repository
uses: actions/checkout@v7
- name: Use Python
uses: actions/setup-python@v7.0.0
with:
python-version: ${{ matrix.version }}
- name: Install dependencies
run: |
curl --location --silent --show-error --fail https://astral.sh/uv/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
uv sync --dev
- name: Run QA
run: make qa