mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 16:22:50 +02:00
ci: Rename prefligit-checks.yml to prek-checks.yml
Rename workflow file to match the updated tool name.
This commit is contained in:
parent
b447cfff56
commit
5d1f141882
1 changed files with 0 additions and 0 deletions
34
.forgejo/workflows/prek-checks.yml
Normal file
34
.forgejo/workflows/prek-checks.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
name: Checks / Prek
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
fast-checks:
|
||||
name: Pre-commit & Formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v6
|
||||
with:
|
||||
enable-cache: true
|
||||
ignore-nothing-to-cache: true
|
||||
cache-dependency-glob: ''
|
||||
|
||||
- name: Run prek
|
||||
run: |
|
||||
uvx prek run \
|
||||
--all-files \
|
||||
--hook-stage manual \
|
||||
--show-diff-on-failure \
|
||||
--color=always \
|
||||
-v
|
Loading…
Add table
Add a link
Reference in a new issue