Check if we have the elementType property to cover older payments #25
This file contains 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: Code Quality | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop | |
- develop-v5 | |
permissions: | |
contents: read | |
concurrency: | |
group: ci-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
ci: | |
name: ci | |
uses: studioespresso/.github/.github/workflows/ci.yml@main | |
with: | |
craft_version: '5' | |
jobs: '["ecs", "phpstan"]' | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |