Skip to content

add lint job to pipeline #3

add lint job to pipeline

add lint job to pipeline #3

Workflow file for this run

name: Lint
on:
push:
branches:
- chore/set-up-repository-pipeline-with-linter
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable