Skip to content

Commit

Permalink
use new workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed May 21, 2023
1 parent a010d8a commit 49edde5
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,6 +9,8 @@ on:
workflow_dispatch:

jobs:
CodeAudtis:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
Expand All @@ -18,6 +20,7 @@ jobs:

Test:
needs:
- CodeAudtis
- Build
strategy:
matrix:
Expand Down

0 comments on commit 49edde5

Please sign in to comment.