From 7666d7f57613006de13981db631d00aa661f005f Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 25 Aug 2026 17:39:04 +0800 Subject: [PATCH] ci: parse job clones interscript-ruby main (PR #760 merged) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6ca05c..dd5e9be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: ruby-version: "3.4" - name: Checkout interscript-ruby run: | - git clone --depth=1 --branch feat/isc-parser-codemod https://github.com/interscript/interscript-ruby.git ../interscript + git clone --depth=1 https://github.com/interscript/interscript-ruby.git ../interscript - name: Install parser dependency run: gem install parslet - name: Parse all .isc files