Skip to content

feat: keep scanning history page between scans #1942

feat: keep scanning history page between scans

feat: keep scanning history page between scans #1942

Workflow file for this run

name: Linters
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]