mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-14 06:15:07 +00:00
Some checks are pending
lint / pre-commit (push) Waiting to run
lint / rustfmt (push) Waiting to run
lint / clippy (push) Waiting to run
lint / cargo-check (push) Waiting to run
release / release (push) Blocked by required conditions
test / generate-matrix (push) Waiting to run
release / build (push) Waiting to run
release / test (push) Waiting to run
test / Python , Django () (push) Blocked by required conditions
test / tests (push) Blocked by required conditions
zizmor 🌈 / zizmor latest via PyPI (push) Waiting to run
12 lines
118 B
Makefile
12 lines
118 B
Makefile
set unstable := true
|
|
|
|
[private]
|
|
default:
|
|
@just --list
|
|
|
|
[private]
|
|
fmt:
|
|
@just --fmt
|
|
|
|
build:
|
|
uv run build.py
|