Skip to content

chore(deps): update anthropics/claude-code-action digest to d7b6d50 #696

chore(deps): update anthropics/claude-code-action digest to d7b6d50

chore(deps): update anthropics/claude-code-action digest to d7b6d50 #696

Workflow file for this run

name: Git History
on: pull_request
permissions:
contents: read
jobs:
clean:
name: Clean
runs-on: ubuntu-latest
steps:
- name: Checkout code.
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check clean Git history.
run: make check-clean-git-history FROM="origin/${{ github.base_ref }}"