Skip to content

Commit

Permalink
Deactivating lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Murazaki committed Feb 19, 2024
1 parent 285700b commit 6fef2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:

# NOTE: we lint PHP files before composer to avoid wasting time
# linting everything in vendor/
- name: Lint PHP files
run: find . -name '*.php' -exec php --syntax-check {} \; > /dev/null
# - name: Lint PHP files
# run: find . -name '*.php' -exec php --syntax-check {} \; > /dev/null

- name: Download mlocati/docker-php-extension-installer
uses: robinraju/[email protected]
Expand Down

0 comments on commit 6fef2b3

Please sign in to comment.