Skip to content

refactor(cli): extract differential command #123

refactor(cli): extract differential command

refactor(cli): extract differential command #123

name: CodeDecay Dogfood
on:
pull_request:
permissions:
contents: read
jobs:
codedecay:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Run CodeDecay
uses: ./packages/github-action
with:
mode: redteam
base: ${{ github.event.pull_request.base.sha }}
head: ${{ github.event.pull_request.head.sha }}
cwd: .
format: markdown