Skip to content

fix(history_saver): save history for interupted scenarios #32

fix(history_saver): save history for interupted scenarios

fix(history_saver): save history for interupted scenarios #32

Workflow file for this run

name: Pre-commit Checks
on:
pull_request:
branches:
- main
- development
workflow_dispatch:
jobs:
pre-commit:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: "--all-files"