fix: pin mkdocs<2.0 and mkdocs-material<10, add NO_MKDOCS_2_WARNING t… #922
Workflow file for this run
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
| name: Lint GitHub Actions workflows | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| pull_request: | |
| paths: | |
| - '.github/**' | |
| permissions: read-all | |
| jobs: | |
| actionlint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout the repository | |
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| - name: Add problem matcher | |
| run: echo "::add-matcher::.github/actionlint-matcher.json" | |
| - name: Check workflow files | |
| uses: docker://rhysd/actionlint:1.7.7@sha256:1d74bfc9fd1963af8f89a7c22afaaafd42f49aad711a09951d02cb996398f61d | |
| with: | |
| args: -color -shellcheck= |