Skip to content

chore(deps): bump org.ajoberstar.reckon from 0.18.1 to 0.18.2 #15

chore(deps): bump org.ajoberstar.reckon from 0.18.1 to 0.18.2

chore(deps): bump org.ajoberstar.reckon from 0.18.1 to 0.18.2 #15

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