Skip to content

Commit 5bb8a30

Browse files
chore: remove DCO check from CI
Not an LF AI & Data member — DCO sign-off not required. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Deborah Jacob <deborah@botanu.ai>
1 parent c52c467 commit 5bb8a30

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,3 @@ jobs:
8989
with:
9090
name: dist
9191
path: dist/
92-
93-
# -------------------------------------------------------------------
94-
# DCO sign-off check (required by Linux Foundation)
95-
# -------------------------------------------------------------------
96-
dco:
97-
runs-on: ubuntu-latest
98-
if: github.event_name == 'pull_request'
99-
steps:
100-
- uses: actions/checkout@v4
101-
with:
102-
fetch-depth: 0
103-
- name: DCO check
104-
uses: christophebedard/dco-check@0.5.0
105-
env:
106-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)