Skip to content

Fix OpenSearch mapping field types #22

Fix OpenSearch mapping field types

Fix OpenSearch mapping field types #22

Workflow file for this run

name: fix-style
on:
push:
branches:
- master
paths:
- '**.php'
jobs:
php-code-styling:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.5
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix code styling