Skip to content

Fixed ewith

Fixed ewith #6

Workflow file for this run

name: CI

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: test
on:
push:
# branches:
# - main
# - master
# - next
# - "v*"
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
paths-ignore:
- "docs/**"
- "*.md"
jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
with:
license-check: true
lint: true
steps:
- uses: pnpm/action-setup@v4
with:
version: 9