We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e075f commit b774826Copy full SHA for b774826
.github/workflows/checks.yml
@@ -6,12 +6,12 @@ on:
6
7
jobs:
8
test:
9
- uses: japa/.github/.github/workflows/test.yml@main
+ uses: japa/.github/.github/workflows/test.yml@next
10
with:
11
install-playwright-browsers: true
12
13
lint:
14
- uses: japa/.github/.github/workflows/lint.yml@main
+ uses: japa/.github/.github/workflows/lint.yml@next
15
16
typecheck:
17
- uses: japa/.github/.github/workflows/typecheck.yml@main
+ uses: japa/.github/.github/workflows/typecheck.yml@next
0 commit comments