Skip to content

Commit

Permalink
ci: create commitlint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 21, 2023
1 parent aabf2ce commit f67070a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Commitlint

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/commitlint.yml@main
secrets: inherit

0 comments on commit f67070a

Please sign in to comment.