File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2121 - run : deno fmt --check .
2222 - run : deno lint .
2323 - run : deno check ./pkgm.ts
24+
25+ integration :
26+ runs-on : ubuntu-latest
27+ steps :
28+ - uses : actions/checkout@v4
29+ - uses : denolib/setup-deno@v2
30+ with :
31+ deno-version : v2.x
32+ - run : ./pkgm.ts install git
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S pkgx deno^2.1 run --ext=ts --allow-run=pkgx,/usr/bin/sudo --allow-env=PKGX_DIR,HOME --allow-read=/usr/local/pkgs
1+ #!/usr/bin/env -S pkgx deno^2.1 run --ext=ts --allow-sys=uid --allow- run=pkgx,/usr/bin/sudo --allow-env=PKGX_DIR,HOME --allow-read=/usr/local/pkgs
22import { dirname , fromFileUrl , join } from "jsr:@std/path" ;
33import { ensureDir , existsSync } from "jsr:@std/fs" ;
44import { parse as parse_args } from "jsr:@std/flags" ;
You can’t perform that action at this time.
0 commit comments