Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

🤖 feat(ci): update from atlas.workflows(4990479104bd1a53839e2315325d1a09ae280aa1) #2

🤖 feat(ci): update from atlas.workflows(4990479104bd1a53839e2315325d1a09ae280aa1)

🤖 feat(ci): update from atlas.workflows(4990479104bd1a53839e2315325d1a09ae280aa1) #2

Workflow file for this run

name: Formatter
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
- feature/**
jobs:
formatter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Add a problem matcher
run: echo "::add-matcher::.github/workflows/matchers/black.json"
- name: Format
uses: psf/black@stable
with:
options: "--check --diff --color --line-length 120"
jupyter: true