Skip to content

Commit b774826

Browse files
committed
ci: use next version of workflows
1 parent 96e075f commit b774826

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@main
9+
uses: japa/.github/.github/workflows/test.yml@next
1010
with:
1111
install-playwright-browsers: true
1212

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

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

0 commit comments

Comments
 (0)