Skip to content

chore: update utopia-php/system to 0.9.0 #86

chore: update utopia-php/system to 0.9.0

chore: update utopia-php/system to 0.9.0 #86

Workflow file for this run

name: "Linter"
on: [pull_request]
jobs:
lint:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- run: git checkout HEAD^2
- name: Run Linter
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && composer lint"