Skip to content

Bump jest from 26.6.3 to 29.7.0 #109

Bump jest from 26.6.3 to 29.7.0

Bump jest from 26.6.3 to 29.7.0 #109

Workflow file for this run

---
name: Lint
on:
push:
# branches: ["NEVER"]
pull_request:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
Lint:
uses: dennykorsukewitz/dennykorsukewitz/.github/workflows/reusable.lint.yml@dev
with:
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_PYLINT: false