Merge branch 'main' into permks-10

This commit is contained in:
Sampark Sharma
2022-03-30 14:55:48 +05:30
committed by GitHub
123 changed files with 537 additions and 195 deletions
+2 -2
View File
@@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}