Skip to content

Bump @typescript-eslint/eslint-plugin-tslint from 2.34.0 to 6.7.0 #123

Bump @typescript-eslint/eslint-plugin-tslint from 2.34.0 to 6.7.0

Bump @typescript-eslint/eslint-plugin-tslint from 2.34.0 to 6.7.0 #123

Workflow file for this run

---
# Copyright The Linux Foundation and each contributor to CommunityBridge.
# SPDX-License-Identifier: MI
name: Yarn Dependency Audit
on:
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
pull_request:
branches:
- main
jobs:
yarn-scan-pr:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Setup
run: yarn install
- name: Yarn Audit
run: |
yarn audit