test: disable parallel multipart upload tests for binary tests; #2341
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 Markdown | |
| on: [push, pull_request] | |
| jobs: | |
| Markdown: | |
| permissions: | |
| contents: write | |
| actions: read | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0 | |
| - uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 | |
| - name: Install markdownlint | |
| run: npm install -g markdownlint-cli | |
| - name: Run Markdownlint | |
| run: markdownlint . |