Skip to content

chore(deps): bump react-router-dom from 6.17.0 to 6.20.1 in /taxonomy-editor-frontend #501

chore(deps): bump react-router-dom from 6.17.0 to 6.20.1 in /taxonomy-editor-frontend

chore(deps): bump react-router-dom from 6.17.0 to 6.20.1 in /taxonomy-editor-frontend #501

Workflow file for this run

name: taxonomy-editor code quality checks and unit tests
on:
pull_request:
jobs:
# taxonomy editor quality for frontend and backend
taxonomy-editor-checks:
runs-on: ubuntu-latest
steps:
#----------------------------------------------
# check-out repo
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v4
- name: Make checks
run: |
export USER_UID=$(id -u)
export USER_GID=$(id -g)
make checks