We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8a7df commit 7f64004Copy full SHA for 7f64004
1 file changed
src/Template/.github/workflows/rector.yml
@@ -60,5 +60,14 @@ jobs:
60
composer update --no-progress --no-interaction --prefer-dist --optimize-autoloader
61
fi
62
63
+ - name: Rector Cache
64
+ uses: actions/cache@v4
65
+ with:
66
+ path: /tmp/rector
67
+ key: ${{ runner.os }}-rector-${{ github.run_id }}
68
+ restore-keys: ${{ runner.os }}-rector-
69
+
70
+ - run: mkdir -p /tmp/rector
71
72
- name: Analyze for refactoring
73
run: vendor/bin/rector process --dry-run --no-progress-bar
0 commit comments