Skip to content

ci(pre-commit): 👷 update pre-commit CI version #24

ci(pre-commit): 👷 update pre-commit CI version

ci(pre-commit): 👷 update pre-commit CI version #24

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
env:
TEMPLATE_NAME: template-workshop
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
# Clone template to a subdirectory
path: ${{ env.TEMPLATE_NAME }}
- name: Set up uv
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
with:
enable-cache: true
cache-dependency-glob: "**/uv.lock"
- name: Install justfile
run: sudo apt-get install -y just
- name: Generate a data package
# TODO: Add other pre/post setup steps here.
run: |
just test General
just test R
- name: Checks
run: |
uvx typos