Skip to content

Commit 69f96a8

Browse files
Github: Use pip install yamllint
1 parent 60a6e46 commit 69f96a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_gamedb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Packages
2424
run: |
2525
npm install -g ajv-cli prettier
26-
sudo apt-get -y install yamllint
26+
pip install yamllint
2727
2828
- name: Validate YAML
2929
run: |

0 commit comments

Comments
 (0)