Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SAINIAbhishek committed Oct 4, 2024
1 parent b0cd202 commit d023a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: ./

# Step: Security audit check
dependencies-check:
dependencies:
needs: [npm]
uses: SAINIAbhishek/shared-workflows/.github/workflows/security-audit.yml@main
with:
Expand All @@ -69,6 +69,6 @@ jobs:
working-directory: './'

# Step: Build check
build:
needs: [lint, format, dependencies-check]
dev:
needs: [lint, format, dependencies]
uses: ./.github/workflows/build.yml

0 comments on commit d023a81

Please sign in to comment.