Skip to content

[BUGFIX] fix description field of sys_file_collection can be null #43

[BUGFIX] fix description field of sys_file_collection can be null

[BUGFIX] fix description field of sys_file_collection can be null #43

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
jobs:
coding_standards:
name: Coding Standards
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [8.1, 8.2, 8.3]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP Environment
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- name: Install dependencies
run: composer install --prefer-dist
- name: Run code quality
run: composer code-quality