We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7718ae1 commit bc31624Copy full SHA for bc31624
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,18 @@
1
+# Managed by eqdmc/.github — default CI stub.
2
+# Replace this file with repo-specific CI. The org ruleset requires a
3
+# "ci / ci" status check — this stub satisfies it for repos without tests.
4
+name: ci
5
+
6
+on:
7
+ pull_request:
8
+ branches: [main]
9
+ push:
10
11
12
+jobs:
13
+ ci:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17
+ - name: Governance check
18
+ run: echo "No repo-specific CI. Governance enforced via pr-check.yml."
0 commit comments