From c24860ecefa22b9bac0f3fb0cae9154f83e70756 Mon Sep 17 00:00:00 2001 From: Remko Date: Wed, 20 Nov 2024 10:43:27 +0100 Subject: [PATCH] Added lint error for testing --- .github/workflows/pull-request-lint-check.yaml | 6 +++--- src/views/Webhook/WebhooksIndex.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-lint-check.yaml b/.github/workflows/pull-request-lint-check.yaml index b4cdabc..38d82c2 100644 --- a/.github/workflows/pull-request-lint-check.yaml +++ b/.github/workflows/pull-request-lint-check.yaml @@ -10,7 +10,7 @@ on: - main jobs: - Lint-Check: + lint-check: runs-on: ubuntu-latest steps: @@ -20,5 +20,5 @@ jobs: - name: Install dependencies run: npm i - - name: Lint - run: npm run lint \ No newline at end of file + - name: Linting + run: npm run lint diff --git a/src/views/Webhook/WebhooksIndex.vue b/src/views/Webhook/WebhooksIndex.vue index c845b06..0b89c57 100644 --- a/src/views/Webhook/WebhooksIndex.vue +++ b/src/views/Webhook/WebhooksIndex.vue @@ -33,7 +33,7 @@ import WebhookDetails from './WebhookDetails.vue' import Webhook from 'vue-material-design-icons/Webhook.vue' export default { - name: 'WebhooksIndex', + name: 'WebhooksIndexx', components: { NcAppContent, NcEmptyContent,