Skip to content

Commit 7d5f114

Browse files
committed
clean up justfile
1 parent 3d1f1cf commit 7d5f114

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

justfile

-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
PIP := "uv pip"
2-
python := "3.11"
3-
conda_env := "lkpy"
4-
DENO := "deno run --allow-read=. --allow-write=.github/workflows --allow-net=jsr.io"
52

63
# list the tasks in this project (default)
74
list-tasks:
@@ -55,10 +52,3 @@ update-bibtex:
5552
# update source file headers
5653
update-headers:
5754
unbehead
58-
59-
# update GH workflows
60-
update-workflows:
61-
deno check workflows/*.ts
62-
{{DENO}} workflows/render.ts --github -o .github/workflows/test.yml workflows/test.ts
63-
{{DENO}} workflows/render.ts --github -o .github/workflows/docs.yml workflows/docs.ts
64-
-pre-commit run --files .github/workflows/*.yml

0 commit comments

Comments
 (0)