Skip to content

Support jdk17

Support jdk17 #1

Workflow file for this run

name: Sentinel CI
on:
push:
branches:
- '*'
pull_request:
branches:
- master
- "1.8"
- "2.0"
jobs:
document-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm install -g markdownlint-cli
- name: use markdownlint v0.5.0 to lint markdown file (https://github.com/markdownlint/markdownlint)
run: |
find ./ -name "*.md" | grep -v vendor | grep -v commandline | grep -v .github | grep -v swagger | grep -v api | xargs mdl -r ~MD010,~MD013,~MD024,~MD029,~MD033,~MD036