Skip to content

added MySQL SUBTIME function #184

added MySQL SUBTIME function

added MySQL SUBTIME function #184

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"