Skip to content

Instantly share code, notes, and snippets.

@Mtolivepickle
Mtolivepickle / ci.yml
Last active March 1, 2026 14:57
code-mcp CI workflow
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
@Mtolivepickle
Mtolivepickle / ci.yml
Last active March 1, 2026 01:15
CI workflow for code-mcp
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test: