Skip to content

build(deps): bump se.bjurr.violations.violations-gradle-plugin from 2.1.0 to 2.1.2 #2499

build(deps): bump se.bjurr.violations.violations-gradle-plugin from 2.1.0 to 2.1.2

build(deps): bump se.bjurr.violations.violations-gradle-plugin from 2.1.0 to 2.1.2 #2499

Workflow file for this run

# This workflow will lint the commit messages enforcing the conventional commit format
# See [1], [2] and [3] for more information
# [1] https://github.com/wagoid/commitlint-github-action
# [2] https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional
# [3] https://www.conventionalcommits.org/
name: Lint Commit Messages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
with:
configFile: '.github/workflows/.commitlintrc.json'