Skip to content

Commit

Permalink
Create vmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Sep 25, 2024
1 parent c34f6fa commit c0c46c0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/vmd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Vue Analysis

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main

permissions:
contents: read
pull-requests: write

jobs:
detect-mess:
runs-on: ubuntu-latest
name: Detect Vue Mess
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Vue Mess Detector Analysis
uses: brenoepics/vmd-action@v0.0.1

0 comments on commit c0c46c0

Please sign in to comment.