Skip to content

Commit 6b21797

Browse files
authored
Merge pull request #372 from sir-gon/develop
[BUGFIX] sonarcloud: Omitting "--only-binary :all:" can lead to the e…
2 parents 8ba6d92 + d9968f8 commit 6b21797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt install pipenv
2828
- name: Install yamllint
2929
run: >
30-
pipenv install --deploy --ignore-pipfile
30+
pipenv sync --dev
3131
3232
- name: Lint YAML files
3333
run: >

0 commit comments

Comments
 (0)