Skip to content

Commit

Permalink
ci: use org ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 7, 2024
1 parent 6311b9b commit 9657d62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: checks
on:
- push
- pull_request

jobs:
test:
uses: boringnode/.github/.github/workflows/test.yml@main

lint:
uses: boringnode/.github/.github/workflows/lint.yml@main

typecheck:
uses: boringnode/.github/.github/workflows/typecheck.yml@main

0 comments on commit 9657d62

Please sign in to comment.