Skip to content

Merge pull request #17 from PortableStudios/feature/FILACMS-13-improv… #54

Merge pull request #17 from PortableStudios/feature/FILACMS-13-improv…

Merge pull request #17 from PortableStudios/feature/FILACMS-13-improv… #54

Workflow file for this run

name: PHP Composer
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Laravel Pint
run: php vendor/bin/pint --test