Skip to content

build: update Dockerfile #470

build: update Dockerfile

build: update Dockerfile #470

Workflow file for this run

name: Conventional Commits
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true