Skip to content
on:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 9 in .github/workflows/checkoutAndInstallLibs.web.steps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checkoutAndInstallLibs.web.steps.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- run: npm install --legacy-peer-deps
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true