Skip to content

Rework examples and tutorials regarding CC-NEWS #1541

Rework examples and tutorials regarding CC-NEWS

Rework examples and tutorials regarding CC-NEWS #1541

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
workflow_call:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check"
version: "23.1.0"
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@master