Skip to content

Commit

Permalink
Merge pull request #1 from bramtechs/master
Browse files Browse the repository at this point in the history
deno fmt and upgrade to v2 to make CI pass
  • Loading branch information
ohroy authored Nov 16, 2024
2 parents 0e0570b + 45a6724 commit 9d36ffd
Show file tree
Hide file tree
Showing 6 changed files with 485 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
deno: [v1.x, canary]
deno: [v2.x, canary]
steps:
- uses: actions/checkout@v3

Expand Down
6 changes: 2 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"fmt": {
"options": {
"lineWidth": 120,
"indentWidth": 2
}
"lineWidth": 120,
"indentWidth": 2
},
"tasks": {
"test": "deno test src",
Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { writeAll, Buffer } from "jsr:@std/io";
export { Buffer, writeAll } from "jsr:@std/io";
Loading

0 comments on commit 9d36ffd

Please sign in to comment.