generated from nhcarrigan/template
fix: need yes flag
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install yamllint
|
||||
run: sudo apt-get update && sudo apt-get install yamllint
|
||||
run: sudo apt-get update && sudo apt-get install -y yamllint
|
||||
|
||||
- name: Run Linter
|
||||
run: make lint
|
||||
|
||||
Reference in New Issue
Block a user