diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1e45ce..bc3c81d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,6 @@ jobs: name: Build timeout-minutes: 15 runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - uses: ./.github/workflows/actions/install diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 8cf2684..614c115 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -7,15 +7,12 @@ on: description: "Please confirm deployment" required: true type: boolean - push: # remove on.push before merge to main - branches: ["react-demo-app"] concurrency: deploy-gh-pages-${{ github.ref }} jobs: deploy-gh-pages: - # remove comment before merge to main - # if: ${{ inputs.confirm_deployment == true && github.repository == 'siemens/ix-starter' }} + if: ${{ inputs.confirm_deployment == true && github.repository == 'siemens/ix-starter' }} runs-on: ubuntu-latest steps: - name: Checkout diff --git a/ix-starter.code-workspace b/ix-starter.code-workspace index cbc020a..0a3c7ae 100644 --- a/ix-starter.code-workspace +++ b/ix-starter.code-workspace @@ -1,29 +1,25 @@ { "folders": [ - { - "name": "ix-react-showcase", - "path": "./apps/react-showcase" - }, { "name": "ix-react-starter", - "path": "./apps/react-starter" + "path": "./apps/react-starter", }, { "name": "root", - "path": "./" - } + "path": "./", + }, ], "settings": { "psi-header.config": { "blankLinesAfter": 0, - "forceToTop": true + "forceToTop": true, }, "psi-header.lang-config": [ { "language": "vue", "begin": "" - } + "end": "-->", + }, ], "psi-header.templates": [ { @@ -34,16 +30,16 @@ "SPDX-License-Identifier: MIT", "", "This source code is licensed under the MIT license found in the", - "LICENSE file in the root directory of this source tree." - ] - } + "LICENSE file in the root directory of this source tree.", + ], + }, ], "psi-header.changes-tracking": { "isActive": true, "enforceHeader": false, "autoHeader": "autoSave", "language": "*", - "exclude": ["yaml", "md"] - } - } + "exclude": ["yaml", "md"], + }, + }, }