Skip to content

Changed all the keywords to anonymous nodes #9

Changed all the keywords to anonymous nodes

Changed all the keywords to anonymous nodes #9

Workflow file for this run

name: Regenerate parser
on:
pull_request:
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
regenerate:
uses: tree-sitter/workflows/.github/workflows/regenerate.yml@main
if: >-
!github.event.repository.is_template &&
github.actor == 'dependabot[bot]'