Skip to content

chore(deps): bump rive from 0.13.9 to 0.13.15 in /packages/espressocash_app #5103

chore(deps): bump rive from 0.13.9 to 0.13.15 in /packages/espressocash_app

chore(deps): bump rive from 0.13.9 to 0.13.15 in /packages/espressocash_app #5103

Workflow file for this run

name: PR Watcher
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
style
test
requireScope: false
validateSingleCommit: false