Skip to content

Fix handling of unevaluated top-level constants #625

Fix handling of unevaluated top-level constants

Fix handling of unevaluated top-level constants #625

Workflow file for this run

name: Add issue/pr to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue/pr to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/hacspec/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}