Skip to content

ci(deps): bump actions/checkout from 4.3.1 to 6.0.3 #118

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

ci(deps): bump actions/checkout from 4.3.1 to 6.0.3 #118

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
# Must be used to trigger workflow after push
token: ${{ secrets.ACCESS_TOKEN }}
-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f" # 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@778341af668090896ca464160c2def5d1d1a3eb0 # v6
with:
commit_message: '[rector] Rector fixes'
commit_author: 'GitHub Action <actions@github.com>'
commit_user_email: 'action@github.com'