Skip to content

Commit

Permalink
ci: update workflows base file to read from poppinss org
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 5, 2024
1 parent 8499709 commit 7f9abde
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 @@ -6,10 +6,10 @@ on:

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

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

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

0 comments on commit 7f9abde

Please sign in to comment.