Skip to content

fix: write safe-start state atomically #16

fix: write safe-start state atomically

fix: write safe-start state atomically #16

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install
run: python -m pip install -e ".[dev]"
- name: Test
run: pytest