Skip to content

Commit

Permalink
chore: added to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Feb 27, 2024
1 parent 7178168 commit bd2c6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alfred/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def ci(front, back):
if front or (not front and not back):
alfred.invoke_command("npm.lint")
alfred.invoke_command("npm.build")
alfred.invoke_command("npm.test")

@alfred.command("ci.mypy", help="typing checking with mypy on ./src/streamsync")
def ci_mypy():
Expand Down

0 comments on commit bd2c6cb

Please sign in to comment.