PHP Classes

File: .github/workflows/fix-php-code-style-issues.yml

Recommend this page to a friend!
  Classes of Arda Günsüren   ElevenLabs Laravel   .github/workflows/fix-php-code-style-issues.yml   Download  
File: .github/workflows/fix-php-code-style-issues.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ElevenLabs Laravel
Generate speech from text using the ElevenLabs API
Author: By
Last change:
Date: 11 days ago
Size: 510 bytes
 

Contents

Class file image Download
name: Fix PHP code style issues on: push: paths: - '**.php' permissions: contents: write jobs: php-code-styling: runs-on: ubuntu-latest 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.4 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix styling