Skip to content

environment yaml from package ci #67

environment yaml from package ci

environment yaml from package ci #67

Workflow file for this run

name: Lint
on:
push:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
steps:
- uses: actions/checkout@v3
- name: Lint with black
uses: psf/black@stable