diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2831789..ded0937 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,8 @@ jobs: - uses: actions/checkout@v4 - uses: jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4 with: + # Enabling true unexpectedly considers .ruby-version + install: false mise_toml: | [tools] # TODO: Apply selfup after https://github.com/google/yamlfmt/pull/180