Skip to content

Merge pull request #14 from pronamic/12-add-in3-payment-method #51

Merge pull request #14 from pronamic/12-add-in3-payment-method

Merge pull request #14 from pronamic/12-add-in3-payment-method #51

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
phplint:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
uses: pronamic/actions/.github/workflows/phplint.yml@main
phpcs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
uses: pronamic/actions/.github/workflows/phpcs.yml@main
phpstan:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
uses: pronamic/actions/.github/workflows/phpstan.yml@main