Skip to content

added presync

added presync #45

Workflow file for this run

name: Dry Run
on: [push]
permissions: write-all
env:
CARGO_TERM_COLOR: always
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run Action
uses: ./
with:
python-version: 3.12
miniconda-version: "latest"
replace: false