Skip to content

fix: 5.无人驾驶的规划,笛卡尔坐标系的优势 #49

fix: 5.无人驾驶的规划,笛卡尔坐标系的优势

fix: 5.无人驾驶的规划,笛卡尔坐标系的优势 #49

Workflow file for this run

on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: '**/*.md'
config: '.markdownlint.yaml'
fix: true
- name: autocorrect
if: failure()
uses: huacnlee/autocorrect-action@v2
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
reviewdog: true