Skip to content

Add a prototype of CPA and some attack points #274

Add a prototype of CPA and some attack points

Add a prototype of CPA and some attack points #274

Workflow file for this run

name: markdownlint
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
pull_request:
types: [opened, synchronize, reopened]
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .markdownlint.json
globs: |
*.md
**/*.md