Skip to content

Update Makefile to use latest 3.8.X and PG 15 PostGIS 3 #37

Update Makefile to use latest 3.8.X and PG 15 PostGIS 3

Update Makefile to use latest 3.8.X and PG 15 PostGIS 3 #37

Workflow file for this run

name: Lint PHP 🚨
on:
push:
# paths:
# - '**.php'
pull_request:
# paths:
# - '**.php'
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php_cs.dist.php --diff --dry-run