Skip to content

Commit 737d5b1

Browse files
authored
refactor: split into multiple modules (#196)
perf(startup): reduce startup time (#196)
1 parent 1544dee commit 737d5b1

28 files changed

+1731
-1136
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ concurrency:
1010
group: ${{ github.ref }}-${{ github.workflow }}
1111
cancel-in-progress: true
1212
jobs:
13-
conventional_commit:
14-
name: Conventional Commits
13+
commit:
14+
name: Commits
1515
if: ${{ github.ref != 'refs/heads/main' }}
1616
runs-on: ubuntu-latest
1717
steps:

.stylua.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
column_width = 100
22
line_endings = "Unix"
33
indent_type = "Spaces"
4-
indent_width = 4
4+
indent_width = 2

0 commit comments

Comments
 (0)