We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33962a9 commit 20a48feCopy full SHA for 20a48fe
.github/workflows/code_analysis.yaml
@@ -44,4 +44,15 @@ jobs:
44
45
- uses: ramsey/composer-install@v3
46
47
+ - name: Rector Cache
48
+ if: ${{ matrix.actions.name }} === 'Rector'
49
+ uses: actions/cache@v4
50
+ with:
51
+ path: /tmp/rector
52
+ key: ${{ runner.os }}-rector-${{ github.run_id }}
53
+ restore-keys: ${{ runner.os }}-rector-
54
+
55
+ - if: ${{ matrix.actions.name }} === 'Rector'
56
+ run: mkdir -p /tmp/rector
57
58
- run: ${{ matrix.actions.run }}
0 commit comments