Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/stylelint-15.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Aug 30, 2023
2 parents e9f97ba + 106fcdb commit 609ffd6
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 609ffd6

Please sign in to comment.