Skip to content

Commit

Permalink
remove auto-lint from github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent 82a2526 commit 76ee698
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,6 @@ jobs:
- name: Setup Google Chrome
run: vendor/bin/dusk-updater detect --auto-update

- name: Install Pint
run: composer global require laravel/pint

- name: Run Pint
run: pint

- name: Commit Linted Files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[GitHub CI] fixes coding style"

- name: Running Pint
run: ./vendor/bin/pint --test

Expand Down

0 comments on commit 76ee698

Please sign in to comment.