Skip to content

Proposal: Add support for function arguments to be passed in the same line as the function #14

Proposal: Add support for function arguments to be passed in the same line as the function

Proposal: Add support for function arguments to be passed in the same line as the function #14

Workflow file for this run

name: CI
on:
pull_request:
jobs:
php-tests:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Run general tests
uses: alleyinteractive/action-test-general@develop
- name: Run PHP Tests
uses: alleyinteractive/action-test-php@develop
with:
skip-services: 'true'
wordpress-version: 'false'