Skip to content

Commit

Permalink
chore: remove obsolete workflow files and create a new pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Oct 20, 2024
1 parent 80cc261 commit 2ea9d2b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 154 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/pint.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: :package_name CI Pipeline

on: [ push, pull_request, workflow_dispatch ]

jobs:
php-lint:
uses: tastyigniter/workflows/.github/workflows/php-lint.yml@main
with:
composer: update --no-interaction --no-progress
php-tests:
needs: php-lint
if: ${{ always() && needs.php-lint.result == 'success' }}
strategy:
matrix:
php: [ '8.2', '8.3' ]
uses: tastyigniter/workflows/.github/workflows/php-tests.yml@main
with:
php-version: ${{ matrix.target }}
composer: update --no-interaction --no-progress
67 changes: 0 additions & 67 deletions .github/workflows/run-tests.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/static-analysis.yml

This file was deleted.

0 comments on commit 2ea9d2b

Please sign in to comment.