Skip to content

fix: update dependency winston to v3.15.0 #97

fix: update dependency winston to v3.15.0

fix: update dependency winston to v3.15.0 #97

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