Skip to content

chore(deps): update golang:1.23.4 docker digest to 9820aca #267

chore(deps): update golang:1.23.4 docker digest to 9820aca

chore(deps): update golang:1.23.4 docker digest to 9820aca #267

name: Conventional Commits
on: pull_request
env:
# Forcing Earthly to use colours, to make reading output easier.
FORCE_COLOR: 1
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly.
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
with:
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check Conventional Commits linting.
run: earthly --ci +check-conventional-commits-linting --from_reference "origin/${{ github.base_ref }}"