-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35b70ff
commit af07651
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Here's an example of how to | |
use it: | ||
|
||
```yml | ||
name: Vue Analysis | ||
name: VMD Analysis | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -60,7 +60,7 @@ jobs: | |
node-version: '20' | ||
|
||
- name: Vue Mess Detector Analysis | ||
uses: brenoepics/[email protected].1 | ||
uses: brenoepics/[email protected].2 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
# check inputs for full args list | ||
|
@@ -77,16 +77,16 @@ artifacts. | |
> [!TIP] | ||
> You can find the list of inputs and their descriptions in the [action.yml](action.yml) file. | ||
| Input | Description | Required | Default | | ||
|-----------------|----------------------------------------------|----------|----------------| | ||
| github-token | GitHub token for commenting on pull requests | false | | | ||
| version | Version of Vue Mess Detector | true | latest | | ||
| skipInstall | Skip the installation of Vue Mess Detector | true | false | | ||
| commentsEnabled | Comment on Pull requests? | true | true | | ||
| packageManager | Package manager to use | false | (detect) | | ||
| runArgs | Arguments to pass to Vue Mess Detector | false | "--group=file" | | ||
| entryPoint | Entry point for Vue Mess Detector | false | ./ | | ||
| srcDir | Source directory to analyze | true | src/ | | ||
| Input | Description | Required | Default | | ||
|-----------------|----------------------------------------------|----------|---------------------------------------------------------| | ||
| github-token | GitHub token for commenting on pull requests | `false` | | | ||
| version | Version of Vue Mess Detector | `true` | [`latest`](https://github.com/rrd108/vue-mess-detector) | | ||
| skipInstall | Skip the installation of Vue Mess Detector | `true` | `false` | | ||
| commentsEnabled | Comment on Pull requests? | `true` | `true` | | ||
| packageManager | Package manager to use | `false` | (detect) | | ||
| runArgs | Arguments to pass to Vue Mess Detector | `false` | `--group=file` | | ||
| entryPoint | Entry point for Vue Mess Detector | `false` | `./` | | ||
| srcDir | Source directory to analyze | `true` | `src/` | | ||
|
||
## Contributing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters