Skip to content

DEV-2172 | proof of concept of CSRF expiry #10368

DEV-2172 | proof of concept of CSRF expiry

DEV-2172 | proof of concept of CSRF expiry #10368

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, develop]
jobs:
pre-commit:
name: Run pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install "poetry<2.0.0"
- uses: actions/setup-python@v5
with:
python-version: '3.10.15'
cache: 'poetry'
- run: poetry install
- uses: pre-commit/[email protected]