Skip to content

Commit

Permalink
add to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 23, 2024
1 parent ac7d3df commit 013cc65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
lint:
uses: haraka/.github/.github/workflows/lint.yml@master

coverage:
uses: haraka/.github/.github/workflows/coverage.yml@master
secrets: inherit

test:
needs: [ lint, get-lts ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 013cc65

Please sign in to comment.