Skip to content

Fix entries export to use correct model, blueprint column, and set ID when exporting UUIDs #231

Fix entries export to use correct model, blueprint column, and set ID when exporting UUIDs

Fix entries export to use correct model, blueprint column, and set ID when exporting UUIDs #231

Workflow file for this run

name: Lint PHP code style issues
on:
pull_request:
paths:
- '**.php'
jobs:
lint-php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check PHP code style issues
uses: aglipanci/[email protected]
with:
testMode: true
verboseMode: true