Skip to content

fix: Added the regex for discarding the sentry issues #12206

fix: Added the regex for discarding the sentry issues

fix: Added the regex for discarding the sentry issues #12206

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
types: [opened, synchronize, edited]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16
# ESLint and Prettier must be in `package.json`
- name: Install dependencies
run: npm install --save-dev --legacy-peer-deps
- name: Run linters
run: npm run lint:diff