diff --git a/.github/workflows/vmd.yml b/.github/workflows/vmd.yml new file mode 100644 index 0000000..27f4322 --- /dev/null +++ b/.github/workflows/vmd.yml @@ -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 + diff --git a/package.json b/package.json index bf80dcd..99ad9e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress-carbon", - "version": "1.3.3", + "version": "1.3.8", "description": "Carbon embraces GitHub's monochromatic ethos, offering a theme for VitePress documentation that is sleek, modern, and effortlessly stylish.", "main": "src/index.ts", "exports": {