Skip to content

Commit

Permalink
fix CI + create dependencies between workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
  • Loading branch information
Issif committed Oct 15, 2023
1 parent ef8e7ac commit 5066ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ permissions:
contents: read

jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
main:
strategy:
matrix:
Expand Down

0 comments on commit 5066ae0

Please sign in to comment.