Skip to content

Commit 96e075f

Browse files
committed
ci: fix workflow file
1 parent ca328f2 commit 96e075f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66

77
jobs:
88
test:
9-
uses: japa/.github/.github/workflows/test.yml@next
9+
uses: japa/.github/.github/workflows/test.yml@main
1010
with:
1111
install-playwright-browsers: true
1212

1313
lint:
14-
uses: japa/.github/.github/workflows/lint.yml@next
14+
uses: japa/.github/.github/workflows/lint.yml@main
1515

1616
typecheck:
17-
uses: japa/.github/.github/workflows/typecheck.yml@next
17+
uses: japa/.github/.github/workflows/typecheck.yml@main

0 commit comments

Comments
 (0)