JamieMason / JamieMason/syncpack-github-action
How to run in lint only (no fixing) mode
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 14
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi!
I have the following action
```
name: Test PNPM dependencies are in sync across packages
on:
push:
paths:
- src/pnpm-lock.yaml
- src/pnpm-workspace.yaml
- .syncpackrc.json
- .github/workflows/test-pnpm-synced-dependencies.yml
jobs:
check-pnpm-lock-versions:
runs-on: ubuntu-22.04
name: Test PNPM dependencies are in sync across packages
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: JamieMason/syncpack-github-action@0.2.2
with:
package-manager: "pnpm"
format-mismatches: "ignore"
lockfile-mismatches: "ignore"
semver-range-mismatches: "ignore"
version-mismatches: "lint"
```
Basically it should be lint only, no fixing mode. But when I try to run it it gives the following error

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia riproducendo il workflow con JamieMason/syncpack-github-action@0.2.2 e il relativo input version-mismatches; l'errore segnalato è fornito solo come immagine. Conferma che l'action possa essere eseguita in modalità lint-only e che i mismatches vengano segnalati senza correggere i file.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- github-actions, node.js
- Ambito
- ci-cd
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100