Skip to content

chore(deps): bump org.talend.tsbi.java.springboot-bom:3.2 from 0.0.11 to 0.0.13 #33

chore(deps): bump org.talend.tsbi.java.springboot-bom:3.2 from 0.0.11 to 0.0.13

chore(deps): bump org.talend.tsbi.java.springboot-bom:3.2 from 0.0.11 to 0.0.13 #33

Workflow file for this run

---
name: Conventional commit
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
if: ${{ github.actor != 'dependabot[bot]' }}