Skip to content

Bump elliptic from 6.5.4 to 6.5.7 #2136

Bump elliptic from 6.5.4 to 6.5.7

Bump elliptic from 6.5.4 to 6.5.7 #2136

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
commit-lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1.4.0
with:
configFile: './.commitlintrc.yml'