Skip to content

chore(deps): update python-semantic-release/publish-action action to … #225

chore(deps): update python-semantic-release/publish-action action to …

chore(deps): update python-semantic-release/publish-action action to … #225

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Test code
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
checks:
name: CI pipeline
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
# Install a specific version of uv.
version: "0.9.x"
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Set up Python"
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- name: Run tests
shell: bash
run: task test