-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use biome #1781
chore: use biome #1781
Conversation
.github/workflows/nodejs.yml
Outdated
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [lts/*, latest] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
uses: biomejs/setup-biome@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[actionlint] reported by reviewdog 🐶
key "uses" is duplicated in element of "steps" section. previously defined at line:15,col:9 [syntax-check]
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1781 +/- ##
=======================================
Coverage 79.16% 79.16%
=======================================
Files 19 19
Lines 216 216
Branches 35 36 +1
=======================================
Hits 171 171
Misses 44 44
Partials 1 1 ☔ View full report in Codecov by Sentry. |
use biomejs
bugfix: biomejs/biome#1612