Skip to content

build(deps): bump react-router-dom from 6.26.1 to 6.28.1 #1442

build(deps): bump react-router-dom from 6.26.1 to 6.28.1

build(deps): bump react-router-dom from 6.26.1 to 6.28.1 #1442

Workflow file for this run

name: Linting with eslint
on: pull_request
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: set up node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: check out code
uses: actions/checkout@v4
- name: install
run: yarn
- name: eslint check
uses: reviewdog/action-eslint@v1
with:
fail_on_error: true
eslint_flags: "src/"