Skip to content

feat: allow gallery to accept video and image - feat/TPLA-282 #28

feat: allow gallery to accept video and image - feat/TPLA-282

feat: allow gallery to accept video and image - feat/TPLA-282 #28

name: On Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
quality_gate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/quality-gate
sonarcloud:
needs: quality_gate
name: SonarCloud
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: packages/web