Take the minimum PHP lint from the shared umbrella [ignore_release] (… #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Plugins CI | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, edited] | |
| push: | |
| branches: | |
| - '**.x-dev' | |
| workflow_dispatch: | |
| permissions: | |
| actions: read | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| ci: | |
| uses: matomo-org/plugin-ci-workflows/.github/workflows/plugin-ci.yml@main | |
| with: | |
| plugin-name: GoogleAnalyticsImporter | |
| verify-hook: true | |
| dependent-plugins: 'matomo-org/plugin-MarketingCampaignsReporting innocraft/plugin-Funnels innocraft/plugin-ConnectAccounts' | |
| secrets: | |
| TESTS_ACCESS_TOKEN: ${{ secrets.TESTS_ACCESS_TOKEN }} |