Skip to content

chore: bump actions/checkout from 5.0.0 to 6.0.0 #106

chore: bump actions/checkout from 5.0.0 to 6.0.0

chore: bump actions/checkout from 5.0.0 to 6.0.0 #106

# This workflow builds the package, installs it, and tests basic functionality
name: Build and Test Python Package
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
test-build-package:
name: Test package build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Test build package
uses: ./.github/actions/python-package-build
with:
test-package: "true"
uv-version: "0.8.22"
cli-test-command: "twyn --version"
python-version: "3.10"