Skip to content

Set os by default in test matrix #671

Set os by default in test matrix

Set os by default in test matrix #671

Workflow file for this run

name: Code Quality Checks
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- master
schedule:
- cron: '17 2 * * *' # Run every day on a seemly random time.
permissions:
contents: read
jobs:
code-quality:
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main