Skip to content

Commit

Permalink
ci: Use same actions over all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Jan 29, 2025
1 parent bed4c6a commit f34b012
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ jobs:
buildtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v2
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Build
run: |
uv build
ls -l dist
doctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v2
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Run tests
run: |
uv sync --frozen --all-extras
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
- uses: jdx/mise-action@v2
- name: Run tests
run: |
uv sync --frozen --all-extras
Expand Down

0 comments on commit f34b012

Please sign in to comment.