Skip to content

chore: release 0.17.0 #671

chore: release 0.17.0

chore: release 0.17.0 #671

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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 }}"