From 3c28298fb576e1b033695fceb8b77c2f8de191b1 Mon Sep 17 00:00:00 2001 From: ryota2357 <61523777+ryota2357@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:19:43 +0900 Subject: [PATCH] ci: fix ts file finding --- .github/workflows/molt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molt.yml b/.github/workflows/molt.yml index 2d83afe..d40e46c 100644 --- a/.github/workflows/molt.yml +++ b/.github/workflows/molt.yml @@ -17,7 +17,7 @@ jobs: deno-version: "1.x" - name: Update dependencies - run: deno run -A jsr:@molt/cli $(find ./util/ -name "*.ts") --write + run: deno run -A jsr:@molt/cli $(find . -name "*.ts") --write - name: Create Pull Request uses: peter-evans/create-pull-request@v6