Skip to content

Commit

Permalink
refactor: split into multiple modules (#196)
Browse files Browse the repository at this point in the history
perf(startup): reduce startup time (#196)
  • Loading branch information
linrongbin16 authored Feb 28, 2024
1 parent 1544dee commit 737d5b1
Show file tree
Hide file tree
Showing 28 changed files with 1,731 additions and 1,136 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
conventional_commit:
name: Conventional Commits
commit:
name: Commits
if: ${{ github.ref != 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .stylua.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
indent_width = 2
Loading

0 comments on commit 737d5b1

Please sign in to comment.