rm yamllint from packages (not needed)
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 33s

This commit is contained in:
2026-03-29 17:33:04 -04:00
parent f87b9b34c7
commit 23abf1a399

View File

@@ -20,7 +20,7 @@ jobs:
- name: install tools - name: install tools
run: | run: |
apk update apk update
apk add --update bash make nodejs npm yamllint ncurses apk add --update bash make nodejs npm ncurses
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: install chart dependencies - name: install chart dependencies
run: helm dependency build run: helm dependency build