Skip to content

chore: init starter (2026-05-20) #9

chore: init starter (2026-05-20)

chore: init starter (2026-05-20) #9

Workflow file for this run

name: Check Store
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check-store:
uses: graycoreio/github-actions-magento2/.github/workflows/check-store.yaml@v8.2.0
with:
path: "."
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}