Skip to content

build(deps): bump tree-sitter-cli from 0.23.0 to 0.24.2 in the npm group #28

build(deps): bump tree-sitter-cli from 0.23.0 to 0.24.2 in the npm group

build(deps): bump tree-sitter-cli from 0.23.0 to 0.24.2 in the npm group #28

Workflow file for this run

name: Fuzz Parser
on:
push:
branches:
- master
- develop
paths:
- src/**
pull_request:
paths:
- src/**
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run fuzzer
uses: tree-sitter/fuzz-action@v4
with:
tree-sitter-version: v0.22.2