Skip to content

Setup dependabot for Github Actions #275

Setup dependabot for Github Actions

Setup dependabot for Github Actions #275

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@1.4.0"
with:
php-version: "7.4"