lima-vm / lima

Linux virtual machines, with a focus on running containers
https://lima-vm.io/
Apache License 2.0
15.24k stars 600 forks source link

The ls-lint is missing from "make lint", but is only run in github CI #2571

Closed afbjorklund closed 2 months ago

afbjorklund commented 2 months ago

Description

Preferrably, it should be possible to run the tests locally as well.

Especially when the command is hidden in a GitHub action step.

    - name: Run file and directory name linter
      uses: ls-lint/action@v2.2.3

commit 35ccb6a299a26b6f9cab37ba7eee685e874e938b


https://github.com/ls-lint/action

https://ls-lint.org/

afbjorklund commented 2 months ago

The linter chokes on ubuntu-24.04.yaml

https://github.com/lima-vm/lima/actions/runs/10140615152/job/28036185944?pr=2404

Since it is both "kebabcase" and "pointcase"

We could go with ubuntu-noble.yaml but...