Skip to content

Merge pull request #57 from mj0nez/patch-holidays-pin #122

Merge pull request #57 from mj0nez/patch-holidays-pin

Merge pull request #57 from mj0nez/patch-holidays-pin #122

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"