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 <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Jul 21, 2023
1 parent c7dc46a commit e0602b9
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 e0602b9

Please sign in to comment.