mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
16 lines
321 B
YAML
16 lines
321 B
YAML
|
|
# https://github.com/webiny/action-conventional-commits?tab=readme-ov-file
|
|
|
|
name: Conventional Commits
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ dev ]
|
|
|
|
jobs:
|
|
build:
|
|
name: Conventional Commits
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: webiny/action-conventional-commits@v1.3.0 |