Skip to content

chore(deps): update dependency rhysd/actionlint to v1.7.4 #121

chore(deps): update dependency rhysd/actionlint to v1.7.4

chore(deps): update dependency rhysd/actionlint to v1.7.4 #121

Workflow file for this run

name: Git History
on: pull_request
env:
# Forcing Earthly to use colours, to make reading output easier.
FORCE_COLOR: 1
jobs:
clean:
name: Clean
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
uses: earthly/actions-setup@v1
with:
version: v0.8.12
- name: Checkout code.
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check clean Git history.
run: earthly --ci +check-clean-git-history --from_reference "origin/${{ github.base_ref }}"