Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 497 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 497 Bytes

Shopware CLI GitHub Action

Installs Shopware CLI in your GitHub Actions.

Usage

name: shopware-cli

on:
  pull_request:
  push:

permissions:
  contents: write

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - name: Install Shopware CLI
        uses: shopware/shopware-cli-action@v1

      - name: Build and Package Extension
        run: shopware-cli extension zip .