We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eeaab commit 056d32dCopy full SHA for 056d32d
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
args: --timeout=10m
55
- name: yamllint
56
run: |
57
- apt update && apt install -y yamllint
+ apt-get update && apt-get install -y yamllint
58
yamllint -c .yamllint $(find . -path ./vendor -prune -o -type f -regex ".*y[a]ml" -print | tr '\n' ' ')
59
- name: check-license
60
0 commit comments