Skip to content

Commit

Permalink
ci: fix ts file finding
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota2357 committed Apr 28, 2024
1 parent b40d5b7 commit 3c28298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c28298

Please sign in to comment.