We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871c0b0 commit 3edd5d6Copy full SHA for 3edd5d6
1 file changed
.github/workflows/ci.yml
@@ -21,3 +21,10 @@ jobs:
21
- run: deno fmt --check .
22
- run: deno lint .
23
- run: deno check ./pkgm.ts
24
+
25
+ test:
26
+ runs-on: ubuntu-latest
27
+ steps:
28
+ - uses: actions/checkout@v4
29
+ - uses: pkgxdev/setup@v3
30
+ - run: ./pkgm.ts i git
0 commit comments