This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
chore(in-3875): storyblok package upgrade #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# This integration has 0 tests, thus the following sonarcloud check will fail | |
# sonarcloud: | |
# name: 'SonarCloud' | |
# 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/**' |