Skip to content

Changelog for Release 1.39-7.4-20250116-0 #1262

Changelog for Release 1.39-7.4-20250116-0

Changelog for Release 1.39-7.4-20250116-0 #1262

name: wbstack php lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Install wbstack dev Composer Dependencies
run: composer install --prefer-dist
- name: Lint wbstack directory
run: composer lint