mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 06:16:11 +00:00
Refactor CI workflow to combine dependency installation and CI checks into a single step
This commit is contained in:
4
.github/workflows/ci-checks.yml
vendored
4
.github/workflows/ci-checks.yml
vendored
@@ -32,10 +32,8 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- name: Install dependencies
|
||||
- name: Run CI checks
|
||||
run: |
|
||||
uv venv
|
||||
uv pip install requests packaging
|
||||
- name: Run CI checks
|
||||
run: |
|
||||
uv run .github/scripts/ci_checks.py
|
||||
|
||||
Reference in New Issue
Block a user