Files
Birthday-Pool-Bot/Makefile

6 lines
56 B
Makefile

lint:
uv run ruff check
test:
echo "Not implemented"