Skip to content

ci(deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.3 #153

ci(deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.3

ci(deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.3 #153

Workflow file for this run

name: Test template creation
on:
push:
branches:
- main
pull_request:
# Least privilege permissions
permissions: read-all
jobs:
test-copier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up uv
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
with:
enable-cache: true
- name: Install justfile and zsh
run: sudo apt install -y just zsh
- name: Set Git user
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Test and check template creation
run: just test