Skip to content

Commit

Permalink
ci: add linting and typechecking in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 29, 2023
1 parent 983be5f commit b01b36f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 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: japa/.github/.github/workflows/test.yml@main

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

typecheck:
uses: japa/.github/.github/workflows/typecheck.yml@main
7 changes: 0 additions & 7 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit b01b36f

Please sign in to comment.