Skip to content

Commit

Permalink
Fixed linting error and updated workflow to be ready for use
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 20, 2024
1 parent c24860e commit eb9af40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull-request-lint-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Lint Check

on:
push:
branches:
- lint-workflow-check
pull_request:
branches:
- development
Expand Down
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: 'WebhooksIndexx',
name: 'WebhooksIndex',
components: {
NcAppContent,
NcEmptyContent,
Expand Down

0 comments on commit eb9af40

Please sign in to comment.