Skip to content

Merge pull request #75 from WWGolay/dependabot/pip/tksheet-6.2.9 #147

Merge pull request #75 from WWGolay/dependabot/pip/tksheet-6.2.9

Merge pull request #75 from WWGolay/dependabot/pip/tksheet-6.2.9 #147

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: pyscope
jupyter: true
- uses: isort/isort-action@v1.1.0
with:
configuration: profile=black