Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Added pnpm action setup #3

Added pnpm action setup

Added pnpm action setup #3

Workflow file for this run

name: CI
on:
push:
# branches:
# - main
# - master
# - next
# - "v*"
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
paths-ignore:
- "docs/**"
- "*.md"
jobs:
test:
- uses: pnpm/action-setup@v4

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
with:
version: 9
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
with:
license-check: true
lint: true