Skip to content

chore: Bump thenativeweb/get-next-version from 2.5.0 to 2.6.3 #152

chore: Bump thenativeweb/get-next-version from 2.5.0 to 2.6.3

chore: Bump thenativeweb/get-next-version from 2.5.0 to 2.6.3 #152

Workflow file for this run

name: QA
on: pull_request
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Use Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run QA
run: make qa