Skip to content

feat: init

feat: init #12

Workflow file for this run

name: test
on:
pull_request:
branches: [ main, 'dev' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.16.0]
steps:
- name: Checkout repository
uses: actions/checkout@v4

Check failure on line 15 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 15
with:
fetch-depth: 1
ref: ${{ github.event.release.tag_name}}
- name: Use Pnpm
uses: pnpm/action-setup@v2
with:
version: 8.2.0
- name: dependencies
run: pnpm install --frozen-lockfile
- name: Component Test
run: pnpm run test