Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore: project specific workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanakhandvsa committed Jan 3, 2024
1 parent b8894fa commit bf6a650
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ on:

jobs:
security:
uses: dvsa/.github/.github/workflows/php-library-security.yml@main
with:
php-versions: "[\"7.4\"]"
uses: dvsa/.github/.github/workflows/php-security.yml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

static-analysis:
uses: dvsa/.github/.github/workflows/php-library-static.yml@main
uses: dvsa/.github/.github/workflows/php-static.yml@main
with:
php-version: '7.4'

tests:
uses: dvsa/.github/.github/workflows/php-library-tests.yml@main
uses: dvsa/.github/.github/workflows/php-tests.yml@main
with:
php-versions: "[\"7.4\"]"
fail-fast: false

0 comments on commit bf6a650

Please sign in to comment.