mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -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
|