Skip to content

feat(metrics): add near-duplicate block detection #96

feat(metrics): add near-duplicate block detection

feat(metrics): add near-duplicate block detection #96

Workflow file for this run

name: Code Health Report
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
health-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Cache Mix deps and build
uses: actions/cache@v4
with:
path: |
deps
_build
key: ${{ runner.os }}-mix-1.19-27.3-${{ hashFiles('mix.lock', 'mix.exs') }}
restore-keys: ${{ runner.os }}-mix-1.19-27.3-
- uses: ./
with:
command: health-report
comment: true
detail: default
top: "5"
build: source