Skip to content

Merge pull request #58 from mj0nez/dependabot/github_actions/actions/… #125

Merge pull request #58 from mj0nez/dependabot/github_actions/actions/…

Merge pull request #58 from mj0nez/dependabot/github_actions/actions/… #125

Workflow file for this run

name: "Black"
on: [push]
jobs:
black:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Black Code Formatter
uses: lgeiger/[email protected]
with:
args: ". --check"