Skip to content

Merge branch 'develop' of https://github.com/craftcms/feed-me into de… #497

Merge branch 'develop' of https://github.com/craftcms/feed-me into de…

Merge branch 'develop' of https://github.com/craftcms/feed-me into de… #497

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: craftcms/.github/.github/workflows/ci.yml@v3
with:
craft_version: '4'
jobs: '["ecs", "phpstan", "prettier"]'
notify_slack: true
slack_subteam: <!subteam^SGFL9NKNZ>
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}