Skip to content

Commit bc31624

Browse files
committed
chore: add default .github/workflows/ci.yml from eqdmc/.github
1 parent 7718ae1 commit bc31624

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
branches: [main]
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

Comments
 (0)