-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: suddenlyGiovanni <[email protected]>
- Loading branch information
1 parent
42ca943
commit fd30f63
Showing
58 changed files
with
256 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,15 +26,41 @@ jobs: | |
run: pnpm run typecheck | ||
|
||
- name: 🚨 Lint code | ||
run: pnpm run lint:ci:write | ||
shell: sh | ||
run: | | ||
pnpm --recursive --shell-mode exec biome check \ | ||
--max-diagnostics=none \ | ||
--vcs-enabled=true \ | ||
--vcs-use-ignore-file=true \ | ||
--vcs-root="../../" \ | ||
--formatter-enabled=false \ | ||
--linter-enabled=true \ | ||
--organize-imports-enabled=true \ | ||
--no-errors-on-unmatched \ | ||
--reporter=github \ | ||
--changed \ | ||
--write | ||
- name: 🚦 Git Auto Commit Lint fixes (with Biome) | ||
uses: stefanzweifel/[email protected] | ||
with: | ||
commit_message: "chore: lint code with Biome [skip ci]" | ||
|
||
- name: 💅 Format code | ||
run: pnpm run format:ci:write | ||
shell: sh | ||
run: | | ||
pnpm --recursive --shell-mode exec biome check \ | ||
--max-diagnostics=none \ | ||
--vcs-enabled=true \ | ||
--vcs-use-ignore-file=true \ | ||
--vcs-root="../../" \ | ||
--formatter-enabled=true \ | ||
--linter-enabled=false \ | ||
--organize-imports-enabled=true \ | ||
--reporter=github \ | ||
--changed \ | ||
--no-errors-on-unmatched \ | ||
--write | ||
- name: 🚦 Git Auto Commit Format fixes (with Biome) | ||
uses: stefanzweifel/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.