Skip to content

Commit 21cf38e

Browse files
authored
ci: add rsmetacheck action (#132)
* ci: add rsmetacheck action with correct url * update checkout version action to v6 * doc: add rsmetacheck action status in README
1 parent c9b1215 commit 21cf38e

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

.github/workflows/rsmetacheck.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: RsMetaCheck Validation
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
pull_request:
7+
branches: ["main"]
8+
9+
jobs:
10+
analyze-metadata:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout Code
14+
uses: actions/checkout@v6
15+
16+
- name: Run RsMetaCheck
17+
uses: SoftwareUnderstanding/rs-metacheck-action@0.3.1
18+
with:
19+
input: "https://github.com/SoftwareUnderstanding/sw-metadata-bot"
20+
pitfalls_output: "./pitfalls_outputs"
21+
verbose: "false"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
99
![coverage](coverage.svg)
1010
![interrogate](interrogate_badge.svg)
11+
[![RsMetaCheck Validation](https://github.com/SoftwareUnderstanding/sw-metadata-bot/actions/workflows/rsmetacheck.yml/badge.svg)](https://github.com/SoftwareUnderstanding/sw-metadata-bot/actions/workflows/rsmetacheck.yml)
1112

1213
An automated bot that analyzes repository metadata quality and creates issues with improvement suggestions.
1314

interrogate_badge.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)