Skip to content

ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 #130

ci(deps): bump actions/checkout from 6.0.3 to 7.0.0

ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 #130

Workflow file for this run

# github action that checks code with Rector
name: Rector
on:
pull_request: null
jobs:
rector:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == 'nanasess/bcmath-polyfill'
steps:
-
if: github.event.pull_request.head.repo.full_name == github.repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# Must be used to trigger workflow after push
token: ${{ secrets.ACCESS_TOKEN }}
-
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v3
- run: vendor/bin/rector --ansi
# @todo apply coding standard if used
-
# commit only to core contributors who have repository access
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
with:
commit_message: '[rector] Rector fixes'
commit_author: 'GitHub Action <actions@github.com>'
commit_user_email: 'action@github.com'