Skip to content

Commit

Permalink
Changed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martins Rucevskis committed Nov 21, 2023
1 parent c0253ba commit 714fc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ "main" ]
jobs:
laravel-pint:
cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: "php-cs-fixer"
- name: Run php-cs-fixer
run: .\vendor\bin\php-cs-fixer fix --config=phpCsFixerConfig.php --dry-run --diff


2 changes: 1 addition & 1 deletion .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
Feature-and-Unit-Tests:
PHP-Unit:

runs-on: ubuntu-latest

Expand Down

0 comments on commit 714fc46

Please sign in to comment.