Skip to content

Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V… #2338

Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V…

Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V… #2338

Workflow file for this run

name: Markdown Linter
on: [push, pull_request]
jobs:
mdlinter:
name: Lint markdown file
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'