Skip to content

fix: remove parameter value #12

fix: remove parameter value

fix: remove parameter value #12

Workflow file for this run

name: scan
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
adoption:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Node setup
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Adoption script
uses: adevinta/spark-action-scan-adoption@v0-draft
with:

Check failure on line 23 in .github/workflows/scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scan.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
github-token: ${{ secrets.GITHUB_TOKEN }}
output: 'adoption-report.json'
verbose: 'true'
debug: 'true'
details: 'true'
sort: 'alphabetical'
directory: 'package'
imports: '@spark-ui', 'downshift'
# configuration: '.spark-ui.cjs'