mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 19:13:03 +02:00
ci: Run additional sanity checks on repository
This commit is contained in:
parent
70df8364b3
commit
93719018a8
5 changed files with 89 additions and 2 deletions
15
.forgejo/workflows/prefligit-checks.yml
Normal file
15
.forgejo/workflows/prefligit-checks.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Checks / Prefligit
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
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:
|
||||
- uses: ./.forgejo/actions/prefligit
|
||||
with:
|
||||
extra_args: --from-ref ${{ env.FROM_REF }} --to-ref ${{ env.TO_REF }} --hook-stage manual
|
|
@ -1,4 +1,4 @@
|
|||
name: Rust Checks
|
||||
name: Checks / Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue