Skip to content

examples: improve test reliability #1320

examples: improve test reliability

examples: improve test reliability #1320

Workflow file for this run

name: gitlint
on:
pull_request:
workflow_dispatch:
jobs:
gitlint:
runs-on: ubuntu-latest
container:
image: jorisroovers/gitlint:0.19.1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitlint
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
gitlint --commits origin/$GITHUB_BASE_REF..