Skip to content

checked example script for windows and linux #225

checked example script for windows and linux

checked example script for windows and linux #225

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"