Skip to content

Adding MCP OKEP to the repo #148

Adding MCP OKEP to the repo

Adding MCP OKEP to the repo #148

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run lint
run: make lint