Skip to content

[FEATURE] Determine the current time before the first task is run, to support long-running tasks #54

[FEATURE] Determine the current time before the first task is run, to support long-running tasks

[FEATURE] Determine the current time before the first task is run, to support long-running tasks #54

Workflow file for this run

name: PHPCS check
on:
pull_request:
push:
jobs:
phpcs:
name: PHPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: cs2pr, phpcs
- name: Run phpcs
run: phpcs -q --report=checkstyle . | cs2pr