diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index fb96a2d..a0923dd 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: Install Linter - run: apt-get install yamllint + run: pip install yamllint - name: Lint YAML id: yaml-lint