Skip to content

Commit

Permalink
feat: add spark config script
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 authored and soykje committed Jun 27, 2024
1 parent 3ab2375 commit e6a60d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
uses: adevinta/spark-action-scan-adoption@v0-draft
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
configuration: '.spark-ui.cjs'
9 changes: 9 additions & 0 deletions .spark-ui.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
adoption: {
details: false,
sort: 'count',
imports: ['@spark-ui'],
extensions: ['.tsx', '.ts'],
directory: './packages',
},
}

0 comments on commit e6a60d3

Please sign in to comment.