Skip to content

Commit

Permalink
👷 Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssakone committed Dec 25, 2023
1 parent 13496e9 commit 529e7d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Node.js CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm install -g pnpm
- run: pnpm install
# - run: pnpm lint
# - run: pnpm check
- run: pnpm run build

0 comments on commit 529e7d4

Please sign in to comment.