Skip to content

chore: add pr github actions #1

chore: add pr github actions

chore: add pr github actions #1

Workflow file for this run

on:
push:
pull_request:
jobs:
install:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
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