Skip to content

try to use composer for rector run #3

try to use composer for rector run

try to use composer for rector run #3

Workflow file for this run

name: rector
on: [ push, pull_request ]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Run rector
uses: zingimmick/[email protected]
with:
args: --dry-run
- name: Run codesniffer
uses: wearerequired/lint-action@v2
with:
php_codesniffer: true