Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

# Thin caller: this repository carries no product code, so the only CI it
# runs against itself is the new-reusable gate that catches no-op PRs
# (squash-merge hiding the second `-v2` landing as a commit with zero files
# changed). Proven on Glyndor/apt#89 and Glyndor/homebrew-tap#54 before the
# v1.14.0 tag of Glyndor/.github was cut. The reusable's emitted check name
# is `empty-diff / empty diff`; it is advisory here too, not required in any
# ruleset, until a few weeks of green across the four consumers confirms the
# name has stabilised.

on:
pull_request:
push:
branches: [main]

permissions:
contents: read

jobs:
empty-diff:
uses: Glyndor/.github/.github/workflows/empty-diff.yml@7eb2c699bed5e49b7974ff9b0e613712d5da88cb # v1.14.0
Loading