Skip to content

Commit c0c1a6d

Browse files
committed
Refactor code structure for improved readability and maintainability
Signed-off-by: Frost Ming <me@frostming.com>
1 parent a1c8f51 commit c0c1a6d

File tree

2 files changed

+253
-172
lines changed

2 files changed

+253
-172
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5
21-
with:
22-
python-version: ${{ matrix.python-version }}
23-
allow-prereleases: true
24-
cache: "pip"
19+
2520
- name: Setup PDM
2621
uses: pdm-project/setup-pdm@v4
22+
with:
23+
python-version: ${{ matrix.python-version }}
2724
- name: Install Dependencies
2825
run: pdm sync
2926
- name: Install Mercurial

0 commit comments

Comments
 (0)