docs: rename markdown files to mdx and add sidebar positions #100
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> | |
| # | |
| # SPDX-License-Identifier: CC0-1.0 | |
| --- | |
| name: REUSE Compliance Check | |
| on: [push, pull_request] | |
| permissions: | |
| contents: read | |
| jobs: | |
| reuse-compliance-check: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 1 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version v6.0.2 | |
| with: | |
| persist-credentials: false | |
| - name: REUSE Compliance Check | |
| uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # version v6.0.0 |