chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /taxonomy-editor-frontend #409
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |