From c31f9b5c0d26fcee911e70cc192022939c16b42a Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 4 May 2026 18:23:29 -0400 Subject: [PATCH] Testing Gitea macOS Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c50469e..034ec7d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - uses: cerfcast/setup-action@886f0ab373105625f5af268677bc715050fcc105 + with: + tree-sitter-ref: 8d737aa238084f9a51f1e97c195a362419beee8d # 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.