Skip to content

Commit 3edd5d6

Browse files
committed
check we… like… work
1 parent 871c0b0 commit 3edd5d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ jobs:
2121
- run: deno fmt --check .
2222
- run: deno lint .
2323
- 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

Comments
 (0)