Skip to content

Remove the note about new information being added when the preview of SDK 4 comes out #149

Remove the note about new information being added when the preview of SDK 4 comes out

Remove the note about new information being added when the preview of SDK 4 comes out #149

Workflow file for this run

name: Lint Git Commits
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Run GitLint
run: pipx run -- gitlint --commits "${{ github.event.pull_request.base.sha }}..HEAD"