Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Jan 5, 2024
1 parent 9fefa9d commit da2ce89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "tsup src/index.ts --dts --format esm",
"test": "vitest"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
Expand Down

0 comments on commit da2ce89

Please sign in to comment.