Skip to content

Update dependency phpunit/phpunit to v11 - autoclosed #146

Update dependency phpunit/phpunit to v11 - autoclosed

Update dependency phpunit/phpunit to v11 - autoclosed #146

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2']
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_PHP_PHPCS: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}