mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-16 07:54:05 -08:00
8 lines
134 B
YAML
8 lines
134 B
YAML
name: Validate Commits
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
commitlint:
|
|
uses: jandedobbeleer/workflows/.github/workflows/commits.yml@main
|