Skip to content

Remove xocto as a project dependency #4

Remove xocto as a project dependency

Remove xocto as a project dependency #4

Workflow file for this run

name: build
on:
pull_request:
# Only allow one instance of this workflow for each PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: hynek/build-and-inspect-python-package@v2