From 68d13a22dd725fcc812898764309feb78ff2c159 Mon Sep 17 00:00:00 2001 From: langehm <38280183+langehm@users.noreply.github.com> Date: Wed, 8 May 2024 14:25:36 +0200 Subject: [PATCH 01/11] :construction_worker: added linting step #60 --- .github/workflows/build.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d0c9b7f6..02c2ad40 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,6 +3,20 @@ name: build and deploy on: [push] jobs: + lint: + runs-on: ubuntu-latest + permissions: read + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: "20" + cache: "npm" + registry-url: "https://registry.npmjs.org" + - name: Install Dependencies + run: npm ci + - name: Run Linter + run: npm run lint build: runs-on: ubuntu-latest permissions: From ab55fcebe0519fc7cb525328aca0dc65d2be7985 Mon Sep 17 00:00:00 2001 From: langehm <38280183+langehm@users.noreply.github.com> Date: Wed, 8 May 2024 14:32:03 +0200 Subject: [PATCH 02/11] :art: formated code #60 --- src/components/Intro/MucIntro.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/Intro/MucIntro.vue b/src/components/Intro/MucIntro.vue index 20cf55cc..f5ad7b33 100644 --- a/src/components/Intro/MucIntro.vue +++ b/src/components/Intro/MucIntro.vue @@ -23,13 +23,15 @@ defineSlots<{