Skip to content

unifications of CI buils for Pypi and conda #689

unifications of CI buils for Pypi and conda

unifications of CI buils for Pypi and conda #689

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Run black
uses: psf/black@stable