b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/mainpay/Carbon/.github/workflows/
File Upload :
Current File : E:/www/b-group.old/spfin/mainpay/Carbon/.github/workflows/phpcs.yml

name: PHP-CS-Fixer

on: [ pull_request, push ]

jobs:
  lint:
    name: PHP-CS-Fixer

    runs-on: ubuntu-latest

    steps:
      - name: Checkout the code
        uses: actions/checkout@v4

      - name: Check for code style violation with PHP-CS-Fixer
        uses: OskarStark/php-cs-fixer-ga@3.7.0
        with:
          args: --diff --dry-run

Copyright © 2019 by b0y-101