Skip to content

Commit

Permalink
chore: add pr github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alcb1310 committed Jan 12, 2025
1 parent 77b94ab commit fa078fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
pull_request:

jobs:
install:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions

# Further steps for your build/test process
- name: Install dependencies
run: pnpm install

0 comments on commit fa078fd

Please sign in to comment.