Skip to content

chore(deps): update ghcr.io/developerc286/clean_git_history docker tag to v1.1.0 #589

chore(deps): update ghcr.io/developerc286/clean_git_history docker tag to v1.1.0

chore(deps): update ghcr.io/developerc286/clean_git_history docker tag to v1.1.0 #589

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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 }}"