Skip to content

run get_uk_holidays.py #1125

run get_uk_holidays.py

run get_uk_holidays.py #1125

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "22.8.0"