Skip to content

Commit

Permalink
Merge pull request #3806 from 9renpoto/next
Browse files Browse the repository at this point in the history
chore: build release
  • Loading branch information
9renpoto authored Jul 26, 2023
2 parents f0d10e8 + aa2c160 commit 1a44d88
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 138 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/stale.yml

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Node CI

on:
push:
pull_request:
branches:
- release

jobs:
build:
Expand Down
16 changes: 9 additions & 7 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": [
"node_modules"
"useGitignore": true,
"dictionaries": [
"html",
"typescript",
"css",
"node",
"rust"
],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"9renpoto",
"dearu",
"desumasu",
"hankaku",
"joshi"
],
"ignoreWords": [],
"import": []
]
}

0 comments on commit 1a44d88

Please sign in to comment.