Skip to content

Add back the improved string scanner #15

Add back the improved string scanner

Add back the improved string scanner #15

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
timeout: 25m

Check failure on line 16 in .github/workflows/fuzz.yaml

View workflow run for this annotation

GitHub Actions / Fuzz Parser

Invalid workflow file

The workflow is not valid. .github/workflows/fuzz.yaml (Line: 16, Col: 5): Unexpected value 'timeout'
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@just
- run: just fuzz
- name: print tests
if: always()
run: |
find . -name 'timeout-*' |
xargs -IFNAME sh -c 'echo "\nPrinting FNAME" && base64 -i FNAME'