Skip to content

chore(deps): bump gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin from 4.6.0 to 4.7.5 #12

chore(deps): bump gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin from 4.6.0 to 4.7.5

chore(deps): bump gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin from 4.6.0 to 4.7.5 #12

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]' }}