Skip to content

Commit 7a13aac

Browse files
committed
fix(ci): remove stray workflow and harden Node lint/ignore
1 parent 616d0b4 commit 7a13aac

File tree

3 files changed

+23
-35
lines changed

3 files changed

+23
-35
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

_ci_logs/runs-summary.tsv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
17716526836 .github/workflows/py-ci.yml ops/verify-20250914215533 completed failure https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716526836
2+
17716526799 .github/workflows/ts-ci.yml ops/verify-20250914215533 completed failure https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716526799
3+
17716493900 .github/workflows/build.yml main completed failure https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716493900
4+
17716493898 CI / build main completed success https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716493898
5+
17716493896 CodeQL Analyze main completed success https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716493896
6+
17716493533 .github/workflows/py-ci.yml main completed failure https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716493533
7+
17716493486 .github/workflows/ts-ci.yml main completed failure https://github.com/CoderDeltaLAN/ci-matrix-starter/actions/runs/17716493486

_intel/branch-protection.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"required_status_checks": {
3+
"strict": true,
4+
"contexts": ["CI / build", "CodeQL Analyze / codeql"]
5+
},
6+
"enforce_admins": true,
7+
"required_pull_request_reviews": {
8+
"required_approving_review_count": 0,
9+
"dismiss_stale_reviews": false
10+
},
11+
"restrictions": null,
12+
"allow_force_pushes": false,
13+
"allow_deletions": false,
14+
"required_linear_history": true,
15+
"block_creations": false
16+
}

0 commit comments

Comments
 (0)