Skip to content

Commit d6ff4c6

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Ash Shaw <[email protected]>
1 parent d133271 commit d6ff4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-gates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install tools
1919
run: |
20-
npm i -D markdownlint-cli ajv ajv-formats
20+
npm install --no-save markdownlint-cli ajv ajv-formats yaml
2121
pipx install yamllint
2222
curl -sSL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | bash -s -- -b $HOME/bin
2323
echo "$HOME/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)