Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit d9061e4

Browse files
author
Je
committed
chore: rename action.yml to aleph_in_deno.yml
1 parent eb6c8b1 commit d9061e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

cli/init.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ const gitignore = [
99
'.aleph/',
1010
'dist/',
1111
]
12+
1213
const vscExtensions = {
1314
'recommendations': [
1415
'denoland.vscode-deno'
1516
]
1617
}
18+
1719
const vscSettings = {
1820
'files.eol': '\n',
1921
'files.trimTrailingWhitespace': true,

0 commit comments

Comments
 (0)