Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwizeshift committed Dec 15, 2023
1 parent 1909745 commit 52da413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/lint-markdown/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
- name: Lint Markdown
shell: bash
env:
INPUT: ${{ inputs.inputs }}
run: |
for line in ${{ inputs.inputs }}; do
markdownlint --json ${line} 2>&1 | markdownlint-github-annotation
done
markdownlint --json ${{ inputs.inputs }} 2>&1 | markdownlint-github-annotation
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
with:
inputs: |
docs/**/*.md
README.md
- name: Build
uses: ./.github/actions/cargo-build
Expand Down

0 comments on commit 52da413

Please sign in to comment.