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 ca328f2 commit 96e075fCopy full SHA for 96e075f
.github/workflows/checks.yml
@@ -6,12 +6,12 @@ on:
6
7
jobs:
8
test:
9
- uses: japa/.github/.github/workflows/test.yml@next
+ uses: japa/.github/.github/workflows/test.yml@main
10
with:
11
install-playwright-browsers: true
12
13
lint:
14
- uses: japa/.github/.github/workflows/lint.yml@next
+ uses: japa/.github/.github/workflows/lint.yml@main
15
16
typecheck:
17
- uses: japa/.github/.github/workflows/typecheck.yml@next
+ uses: japa/.github/.github/workflows/typecheck.yml@main
0 commit comments