continuwuity/.forgejo/workflows/prefligit-checks.yml
Jade Ellis 2ecbd75d64
All checks were successful
Checks / Prefligit / prefligit (pull_request) Successful in 21s
Documentation / Build and Deploy Documentation (pull_request) Successful in 48s
Release Docker Image / define-variables (push) Successful in 1s
Checks / Prefligit / prefligit (push) Successful in 13s
Documentation / Build and Deploy Documentation (push) Successful in 46s
Checks / Rust / Format (push) Successful in 48s
Checks / Rust / Clippy (push) Successful in 4m3s
Checks / Rust / Cargo Test (push) Successful in 4m28s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 10m10s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 22m8s
Release Docker Image / merge (push) Successful in 31s
ci: fixes
- Install UV
- Verbose run
- Set permissions explicitly
- Check all files
2025-06-21 19:17:21 +01:00

22 lines
624 B
YAML

name: Checks / Prefligit
on:
push:
pull_request:
permissions:
contents: read
jobs:
prefligit:
runs-on: ubuntu-latest
env:
FROM_REF: ${{ github.event.pull_request.base.sha || (!github.event.forced && ( github.event.before != '0000000000000000000000000000000000000000' && github.event.before || github.sha )) || format('{0}~', github.sha) }}
TO_REF: ${{ github.sha }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.forgejo/actions/prefligit
with:
extra_args: --all-files --hook-stage manual