Skip to content

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5 #27

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5 #27

Workflow file for this run

name: Commitlint
on: [ push, pull_request ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check commit message
uses: wagoid/commitlint-github-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
configFile: .commitlintrc.json