Skip to content

feat(gnovm/pkg/transpiler): enhance the fuzzer to compare Go compilations + expected failures #13645

feat(gnovm/pkg/transpiler): enhance the fuzzer to compare Go compilations + expected failures

feat(gnovm/pkg/transpiler): enhance the fuzzer to compare Go compilations + expected failures #13645

Workflow file for this run

name: PR Title Linter
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}