Skip to content

Commit

Permalink
ci: use poppinss base config files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 29, 2023
1 parent b01b36f commit 2476bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:

jobs:
test:
uses: japa/.github/.github/workflows/test.yml@main
uses: poppinss/.github/.github/workflows/test.yml@main

lint:
uses: japa/.github/.github/workflows/lint.yml@main
uses: poppinss/.github/.github/workflows/lint.yml@main

typecheck:
uses: japa/.github/.github/workflows/typecheck.yml@main
uses: poppinss/.github/.github/workflows/typecheck.yml@main

0 comments on commit 2476bef

Please sign in to comment.