Skip to content

Force typing for Postgresql::date_trunc so it can be used in a condition #180

Force typing for Postgresql::date_trunc so it can be used in a condition

Force typing for Postgresql::date_trunc so it can be used in a condition #180

name: "Coding Standards"
on:
pull_request:
branches:
- "master"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- src/**
- phpcs.xml.dist
- tests/**
push:
branches:
- "master"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- src/**
- phpcs.xml.dist
- tests/**
jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/coding-standards.yml@4.0.0"