tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/deprecations/.github/workflows/composer-lint.yml

21 lines
382 B
YAML
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
name: "Composer Lint"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/composer-lint.yml
- composer.json
push:
branches:
- "*.x"
paths:
- .github/workflows/composer-lint.yml
- composer.json
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/composer-lint.yml@3.0.0"