Skip to content

Attempt again

Attempt again #8

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:
setup_pnpm:
steps:

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 5): Required property is missing: runs-on
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
test:
needs: [setup_pnpm]
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
with:
license-check: true
lint: true