Skip to content

Allow using hax-lib in #![no_std] environments #403

Allow using hax-lib in #![no_std] environments

Allow using hax-lib in #![no_std] environments #403

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/[email protected]
with:
project-url: https://github.com/orgs/hacspec/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}