Skip to content

Commit

Permalink
chore: use Deno rc
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Sep 15, 2024
1 parent b624a75 commit 8a87c4e
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 111 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: rc
- run: deno fmt --check
- run: deno lint
- run: deno task cov
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: rc
- run: deno task test
- run: git status
- run: deno publish
Expand Down
228 changes: 117 additions & 111 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a87c4e

Please sign in to comment.