Skip to content

chore(package): explicitly declare js module type (#189) #368

chore(package): explicitly declare js module type (#189)

chore(package): explicitly declare js module type (#189) #368

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: fastify/workflows/.github/workflows/plugins-ci-redis.yml@v3

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. In .github/workflows/ci.yml (Line: 20, Col: 11): Error from called workflow fastify/workflows/.github/workflows/plugins-ci-redis.yml@v3 (Line: 102, Col: 13): Matrix exclude key 'os' does not match any key within the matrix
with:
lint: true
license-check: true
license-check-allowed-additional: 'Apache*'