Bump eslint-plugin-react from 7.35.2 to 7.36.1 in the eslint group #4163
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: tox | |
on: | |
pull_request: | |
jobs: | |
venv: | |
permissions: {} | |
runs-on: ubuntu-latest | |
container: ghcr.io/allisonkarlitskaya/toxbox | |
timeout-minutes: 20 | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
- name: Checkout submodules | |
run: vendor/checkout | |
- name: Run venv tests | |
run: runuser -u tox -- tox --colored=yes -m venv -- --color=yes |