Display your semantic health score on your GitHub README. Automatic updates on every commit.
Enter your GitHub repository URL to see its semantic health score
Your badge automatically updates on every commit. No manual updates needed.
Clicking your badge takes visitors to a beautiful public dashboard.
name: APX Semantic Check
on: [push, pull_request]
jobs:
apx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: apx/action@v1
with:
upload-badge: trueCopy the markdown from above and paste it at the top of your README.md
Your badge will automatically update on every commit. Click it to see your dashboard.