Skip to content

PO-489 - Add Github actions #45

PO-489 - Add Github actions

PO-489 - Add Github actions #45

Workflow file for this run

name: Admin
on:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: shopware/github-actions/eslint@main
with:
extensionName: ${{ github.event.repository.name }}