You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input: https://github.com/$GITHUB_REPOSITORY # if input is omited it will use GITHUB_REPOSITORY url
31
+
pitfalls_output: "./pitfalls_outputs"
32
32
verbose: "false"
33
33
```
34
34
@@ -45,6 +45,7 @@ jobs:
45
45
| `branch` | Branch of the repository to analyze. | No | |
46
46
| `generate_codemeta` | Generate codemeta files for each repository. | No | `false` |
47
47
| `verbose` | Include both detected AND undetected pitfalls in the output JSON-LD. | No | `false` |
48
+
| `config` | Specify the location of the `rsmetacheck.toml` to define the configuration. RSMetaCheck automatically detects a .rsmetacheck.toml (or rsmetacheck.toml) file at the working directory. | No | `rsmetacheck.toml` |
0 commit comments