Skip to content

Commit

Permalink
Added lint error for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 20, 2024
1 parent a5a6438 commit c24860e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

jobs:
Lint-Check:
lint-check:
runs-on: ubuntu-latest

steps:
Expand All @@ -20,5 +20,5 @@ jobs:
- name: Install dependencies
run: npm i

- name: Lint
run: npm run lint
- name: Linting
run: npm run lint
2 changes: 1 addition & 1 deletion src/views/Webhook/WebhooksIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c24860e

Please sign in to comment.