Skip to content

Fix nesting struct field doc incorrect order #39

Fix nesting struct field doc incorrect order

Fix nesting struct field doc incorrect order #39

Workflow file for this run

name: Lint
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Super-Linter
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_RUST_2021: true
VALIDATE_RUST_CLIPPY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}