Skip to content

Commit

Permalink
ci(github): add lint and test to ci, release in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeleet committed Jul 17, 2024
1 parent d902b23 commit b8d0e42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
with:
deno-version: v1.44.4

- name: Dry Run Release to JSR
- name: Release to JSR
run: |
deno publish --dry-run
deno publish
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Lint
run: deno lint

- name: Test
run: deno test

- name: Dry Run Release to JSR
run: |
Expand Down

0 comments on commit b8d0e42

Please sign in to comment.