File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,11 @@ jobs:
1212 - uses : actions/checkout@v4
1313 with :
1414 ref : ${{ github.event.pull_request.head.sha || 'main' }}
15-
16- - uses : actions/cache@v4
17- with :
18- path : |
19- **/node_modules
20- .yarn/cache
21- key : ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
22-
23- - name : yarn-install
24- run : |
25- yarn install
26- CHANGES=$(git status -s)
27- if [[ ! -z $CHANGES ]]; then
28- echo "Changes found: $CHANGES"
29- git diff
30- exit 1
31- fi
15+ fetch-depth : 0
3216
3317 - name : foundry-install
3418 uses : foundry-rs/foundry-toolchain@v1
3519
36- - name : configure-git
37- run : |
38- git config --global user.name 'github-actions[bot]'
39- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
40-
4120 - name : Determine BASE_SHA
4221 id : determine-base-sha
4322 run : |
You can’t perform that action at this time.
0 commit comments