Skip to content

build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the patch group #51

build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the patch group

build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the patch group #51

Workflow file for this run

---
name: pre-commit
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
lint-pr-title:
name: Validate PR titles
runs-on: ubuntu-latest
if: ${{ github.actor != 'pull[bot]' }}
steps:
- run: echo "$github.actor"
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: phpunit, phpcs, phpcbf, php-cs-fixer, phpstan
coverage: none
- uses: actions/[email protected]
with:
python-version: '3.8'
- run: pip install 'virtualenv<20.11.0'
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}