Skip to content

Hardcode 34c63f1 for testing API #2579

Hardcode 34c63f1 for testing API

Hardcode 34c63f1 for testing API #2579

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