fix: streamline installation steps in GitHub Actions workflow for clarity

This commit is contained in:
2026-03-06 21:40:40 +07:00
parent aa77063703
commit 2c9d476540

View File

@@ -19,12 +19,10 @@ jobs:
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: Install tools via mise
run: |
mise install
run: mise install
- name: Setup
run: |
just setup
- name: Setup environment
run: just setup
- name: Run tests
run: just test