Skip to content

Enable auto encryption #134

Enable auto encryption

Enable auto encryption #134

Workflow file for this run

name: "Composer Lint"
on:
pull_request:
branches:
- "*.x"
- "feature/*"
paths:
- "composer.json"
push:
branches:
- "*.x"
- "feature/*"
paths:
- "composer.json"
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/[email protected]"