Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/babel/preset-typescr…
Browse files Browse the repository at this point in the history
…ipt-7.22.11
  • Loading branch information
mrcgrtz committed Aug 30, 2023
2 parents 9c35b43 + 106fcdb commit bf54941
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 596 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ updates:
patterns:
- "storybook"
- "@storybook/*"
react:
patterns:
- "react"
- "react-dom"

# Check for updates to GitHub Actions
- package-ecosystem: 'github-actions'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run tests
run: npm run-script test:coverage
- name: Send coverage report to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit bf54941

Please sign in to comment.