We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1f1cf commit 7d5f114Copy full SHA for 7d5f114
justfile
@@ -1,7 +1,4 @@
1
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"
5
6
# list the tasks in this project (default)
7
list-tasks:
@@ -55,10 +52,3 @@ update-bibtex:
55
52
# update source file headers
56
53
update-headers:
57
54
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