Skip to content

Bump php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0 #178

Bump php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0

Bump php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0 #178

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: MilesChou/composer-action/8.2@master
with:
args: install
- uses: MilesChou/composer-action/8.2@master
with:
args: test
env:
CI: true