Skip to content

feat!: make commands non-schedulable and optimize input options #12

feat!: make commands non-schedulable and optimize input options

feat!: make commands non-schedulable and optimize input options #12

Workflow file for this run

name: CI
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/[email protected]
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: intl
tools: composer:v2
- run: composer install
- run: composer run-script static-analysis