Skip to content

Implement Mitre Caldera API to communicate with Sandcat agents #144

Implement Mitre Caldera API to communicate with Sandcat agents

Implement Mitre Caldera API to communicate with Sandcat agents #144

Workflow file for this run

---
name: markdownlint
on:
pull_request:
types:
- opened
- synchronize
jobs:
markdownlint:
name: run markdownlint against this codebase
runs-on: ubuntu-latest
steps:
- name: Checkout Git repository
uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'