Skip to content

C++ algorithms can use fundamental Python types as input #27

C++ algorithms can use fundamental Python types as input

C++ algorithms can use fundamental Python types as input #27

Workflow file for this run

name: Add issues to issues project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/Framework-R-D/projects/1
github-token: ${{ secrets.PHLEX_ISSUES_PAT }}