Skip to content

feat: use the array api in the scanner #39

feat: use the array api in the scanner

feat: use the array api in the scanner #39

Workflow file for this run

name: Fuzz Parser
on:
push:
paths:
- src/scanner.c
pull_request:
paths:
- src/scanner.c
workflow_dispatch:
jobs:
test:
name: Parser fuzzing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vigoux/tree-sitter-fuzz-action@v1
with:
language: python
external-scanner: src/scanner.c
time: 60