Skip to content

Commit

Permalink
run on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Jan 19, 2022
1 parent 2ccac3e commit b1f7516
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: PHPCS check
name: PHP CS check

on:
push:
pull_request:
on: [push]

jobs:
phpcs:
name: PHPCS
name: PHP CS
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -22,7 +20,5 @@ jobs:
- name: Install dependencies
run: export COMPOSER_ROOT_VERSION=dev-master && composer install --prefer-dist --no-progress --no-suggest

- name: PHPCS check
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'
- name: PHP CS check
run: 'composer lint'

0 comments on commit b1f7516

Please sign in to comment.