Skip to content

Commit

Permalink
ci: run lint and test in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Feb 20, 2024
1 parent fe172ce commit b7f1fe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ on:
jobs:
build:
uses: cordiverse/workflows/.github/workflows/build.yml@main
with:
lint: true
test: true

0 comments on commit b7f1fe9

Please sign in to comment.