Skip to content

Commit

Permalink
Run lint and test before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent 66f12cb commit b17f79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Deploy to xwp/stream-dist Repository
on: push

jobs:
lint_and_test:
uses: ./.github/workflows/lint-and-test.yml

deploy_to_stream_dist:
name: Deploy to xwp/stream-dist
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b17f79c

Please sign in to comment.