Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group across 1 directory #1

Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group across 1 directory

Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group across 1 directory #1

---
name: Check file name case
on:
pull_request:
branches:
- main
jobs:
case:
name: Check for licences not being allowed
runs-on: ubuntu-latest
strategy:
matrix:
folder: ["docs"]
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Dependency review
uses: ConsenSys/docs-gha/dependency-review@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}