Skip to content

Commit

Permalink
ci: add build workflow (#2)
Browse files Browse the repository at this point in the history
* ci: add build workflow

* fix: add missing dependency

* fix: disable lint and test first
  • Loading branch information
MaikoTan authored Feb 17, 2024
1 parent c37220f commit 4239fec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build

on:
push:
pull_request:

jobs:
build:
uses: AwesomeHamster/workflows/.github/workflows/build.yml@master
with:
lint: false
test: false
yarn-no-immutable: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"devDependencies": {
"koishi": "^4.15.2",
"tsup": "^8.0.2"
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"koishi": {
"description": {
Expand Down

0 comments on commit 4239fec

Please sign in to comment.