Skip to content

Updated timestamp saving #273

Updated timestamp saving

Updated timestamp saving #273

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./sciopy"
version: "24.10.0"