Skip to content

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

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

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

Workflow file for this run

name: Test template
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Set up uv
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
- name: Install justfile
run: sudo apt-get install -y just
- name: Checks
run: |
just check-spelling
- name: Set Git user
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
- name: Test the template
run: |
just _tests