From a7faa762c2a8e4b8a82286cc4724fc63021a6743 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 19 Jan 2026 14:46:06 -0500 Subject: [PATCH] Add Reusable Workflows (7) Signed-off-by: Will Hawkins --- .github/workflows/treesitter.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/treesitter.yaml b/.github/workflows/treesitter.yaml index 02aa4c7..6ca1bb3 100644 --- a/.github/workflows/treesitter.yaml +++ b/.github/workflows/treesitter.yaml @@ -12,14 +12,4 @@ jobs: - uses: tree-sitter/setup-action@v2 with: install-cli: true - generate-treesitter: - name: Generate Grammar - runs-on: ubuntu-latest - needs: install-treesitter - steps: - - uses: actions/checkout@v2 - # Because our tree-sitter code is in a subdirectory, - # and working-directory does not apply to uses, we - # are forced to specify calls to the CI ourselves. - # See https://github.com/orgs/community/discussions/25742 - run: tree-sitter generate