Skip to content

Commit

Permalink
Revert last change; PHPCS needs Tighten code style installed via Comp…
Browse files Browse the repository at this point in the history
…oser
  • Loading branch information
mattstauffer committed Aug 27, 2021
1 parent d869d3e commit 4fb57c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,23 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
extensions: posix, dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none

- name: Install dependencies
run: |
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
composer upgrade --no-interaction --no-suggest
- name: PHPCS lint
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'

tlint:
name: TLint
Expand Down

0 comments on commit 4fb57c9

Please sign in to comment.