File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v4
1919
20- # Cache composer and npm dependencies
21- - name : Cache Composer dependencies
22- uses : actions/cache@v3
23- with :
24- path : vendor
25- key : composer-${{ hashFiles('**/composer.lock') }}
26- restore-keys : |
27- composer-
28-
29- - name : Cache npm dependencies
30- uses : actions/cache@v3
31- with :
32- path : node_modules
33- key : npm-${{ hashFiles('**/package-lock.json') }}
34- restore-keys : |
35- npm-
36-
3720 # Setup PHP
3821 - uses : shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
3922 with :
Original file line number Diff line number Diff line change 1+ # SURF-WEB
2+
3+ [ ![ Laravel] ( https://github.com/SLNE-Development/surf-web/actions/workflows/build-and-publish.yml/badge.svg?branch=master )] ( https://github.com/SLNE-Development/surf-web/actions/workflows/build-and-publish.yml )
You can’t perform that action at this time.
0 commit comments