Skip to content

Fix Gsheets date format and show hr/min they logged that day (#7) #15

Fix Gsheets date format and show hr/min they logged that day (#7)

Fix Gsheets date format and show hr/min they logged that day (#7) #15

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "24.8.0"