remove sudo
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 2s

This commit is contained in:
Seaswimmer 2023-10-21 11:58:05 -04:00
parent ac09bf7385
commit 1cc3f456e6
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Linter
run: sudo apt-get install yamllint
run: apt-get install yamllint
- name: Lint YAML
uses: actions/yamllint@v3