Skip to content

feat: add IPC server and CLI #210

feat: add IPC server and CLI

feat: add IPC server and CLI #210

---
name: Pull-Request-Linter
on: pull_request
jobs:
super-lint:
name: Pull-Request-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Super Linter
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: $({ secrets.GITHUB_TOKEN })
VALIDATE_CSHARP: true
VALIDATE_YAML: true
VALIDATE_XML: true
VALIDATE_EDITORCONFIG: true