Skip to content

status_keeper.py: use XDG specification paths for cache and config #18

status_keeper.py: use XDG specification paths for cache and config

status_keeper.py: use XDG specification paths for cache and config #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install pytest black
- name: Test with pytest
run: pytest
- name: Lint code
run: black --check --line-length 80 .