Skip to content

Bump elliptic from 6.5.4 to 6.5.7 #4894

Bump elliptic from 6.5.4 to 6.5.7

Bump elliptic from 6.5.4 to 6.5.7 #4894

Workflow file for this run

name: eslint analysis
on:
push:
branches:
- master
- main
pull_request:
jobs:
tfsec:
name: Run eslint
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Run eslint
run: |
npm install
npm run lint:check