mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 12.1.0 to 12.2.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](https://github.com/doctrine/.github/compare/12.1.0...v12.2.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
242 B
YAML
15 lines
242 B
YAML
name: "Coding Standards"
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- "*.x"
|
|
push:
|
|
branches:
|
|
- "*.x"
|
|
|
|
jobs:
|
|
coding-standards:
|
|
name: "Coding Standards"
|
|
uses: "doctrine/.github/.github/workflows/coding-standards.yml@v12.2.0"
|