-
Notifications
You must be signed in to change notification settings - Fork 9
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
ci(fix): check that no files were changed when performing a lint #131
base: main
Are you sure you want to change the base?
Conversation
The fixed file here unfort. isn't added to the PR though'twould be neat 👀 Will follow up with proposed changes! |
"lint": "npx @biomejs/biome check *.ts listeners", | ||
"lint:fix": "npx @biomejs/biome check --write *.ts listeners", |
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.
No reference to npm run lint
in the README
which I think is alright, but I'm unsure if the :
approach makes sense here 🤔
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.
Adding npm run lint:ci
and using it for CI jobs may be another option, but I'm happy to let @filmaj and you decide the naming tomorrow!
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.
Either works for me 👍
"lint": "npx @biomejs/biome check *.ts listeners", | ||
"lint:fix": "npx @biomejs/biome check --write *.ts listeners", |
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.
Either works for me 👍
A potential related option is to consider running the |
Type of change
Summary
This PR checks if the CI lintings catch unexpected formatting or similar strangness with
biome
🔍 Planning to share findings in comments below 🙏Requirements