Skip to content

Commit

Permalink
fix(ci): lint and test on main before creating release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Jan 13, 2024
1 parent a8673e9 commit f42dcf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flow-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ on:
- main

jobs:
lint:
uses: ./.github/workflows/job-lint.yml
test:
uses: ./.github/workflows/job-test.yml

release-please:
runs-on: ubuntu-latest
needs:
- lint
- test
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit f42dcf6

Please sign in to comment.