Skip to content

fix(deps): update dependency org.incendo:cloud-velocity to v2.0.0 #91

fix(deps): update dependency org.incendo:cloud-velocity to v2.0.0

fix(deps): update dependency org.incendo:cloud-velocity to v2.0.0 #91

Workflow file for this run

name: pr-lint
# Enforce Conventional Commits on both the PR title (the squash-merge subject - this repo only
# allows squash merges) and every commit on the branch. release-please relies on Conventional
# Commits to determine version bumps and changelog sections. The reusable workflow reads this
# repo's commitlint.config.mjs for the commit-lint job.
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-lint:
uses: OneLiteFeatherNET/workflows/.github/workflows/pr-lint.yml@v2.4.0