Skip to content

Make LinkClock the default clock in UserConfig #1267

Make LinkClock the default clock in UserConfig

Make LinkClock the default clock in UserConfig #1267

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"