Skip to content

Commit

Permalink
ci: fix broken ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 21, 2025
1 parent 3bedb2a commit b52df07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- workflow_call
jobs:
test:
uses: Julien-R44/.github/workflows/test.yml@main
uses: Julien-R44/.github/.github/workflows/test.yml@main
lint:
uses: Julien-R44/.github/workflows/lint.yml@main
uses: Julien-R44/.github/.github/workflows/lint.yml@main
typecheck:
uses: Julien-R44/.github/workflows/typecheck.yml@main
uses: Julien-R44/.github/.github/workflows/typecheck.yml@main

0 comments on commit b52df07

Please sign in to comment.