Skip to content

fix: update all non-major dependencies #77

fix: update all non-major dependencies

fix: update all non-major dependencies #77

Workflow file for this run

name: Title Check
on:
pull_request:
branches:
- develop
- master
types:
- opened
- edited
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: PR title check
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}