Skip to content

Commit

Permalink
Merge pull request #198 from WyriHaximus/add-github-super-linter
Browse files Browse the repository at this point in the history
Add Github Super Linter
  • Loading branch information
WyriHaximus committed Jun 18, 2020
2 parents eaf8dea + 303802a commit 39a6059
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Lint Code Base
uses: github/super-linter@v2.0.0
composer-install:
strategy:
matrix:
php: [7.4]
composer: [lowest, current, highest]
needs: lint
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.11-dev-root
Expand Down

0 comments on commit 39a6059

Please sign in to comment.