Skip to content

Use common github workflows in CI #913

Use common github workflows in CI

Use common github workflows in CI #913

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...