Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

chore(in-3875): storyblok package upgrade #2

chore(in-3875): storyblok package upgrade

chore(in-3875): storyblok package upgrade #2

name: VSF Continuous Integration
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
continous-integration:
name: 'Continuous Integration'
uses: vuestorefront/integrations-github-workflows/.github/workflows/continuous-integration.yml@main
secrets: inherit
with:
enterprise: false
sonarcloud:
name: 'SonarCloud API Client'
needs: [continous-integration]
uses: vuestorefront/integrations-github-workflows/.github/workflows/sonarcloud.yml@main
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
with:
project_key: 'vuestorefront_storyblok'
package_name: 'storyblok'
exclusions: '*.config.js,src/index.ts,src/api-extractor-data.ts,**/types/**'