Skip to content

Update to latest o1js, adding some tests and handling some TODOs #3

Update to latest o1js, adding some tests and handling some TODOs

Update to latest o1js, adding some tests and handling some TODOs #3

# this workflow validates the PR names for the `develop` branch
name: 'Semantic pull request'
on:
pull_request_target:
branches:
- develop
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
# GITHUB_TOKEN was necessary for access to some PR data
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}