Skip to content

Feat/modal redesign #2216

Feat/modal redesign

Feat/modal redesign #2216

Workflow file for this run

name: Pre-commit workflow
on:
pull_request:
workflow_dispatch:
env:
PYTHON: 3.9.14
jobs:
pre-commit:
name: Linting and type checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup root poetry environment
uses: ./.github/actions/setup-root-poetry-environment
- name: Setup frontend node modules
uses: ./.github/actions/setup-node-env
with:
node-version: "18.x"
- name: Run linting, type checking and testing
uses: pre-commit/action@v3.0.0
with:
extra_args: "--all-files --hook-stage=push"