Skip to content

Commit b4ab2c9

Browse files
committed
Do not depend on mise-action
Import kachick/rspec-matchers-power_assert_matchers#196 This updates #102
1 parent 629376b commit b4ab2c9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/lint.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
36-
with:
37-
mise_toml: |
38-
[tools]
39-
# TODO: Apply selfup after https://github.com/google/yamlfmt/pull/180
40-
yamlfmt = "0.12.1"
35+
- name: Install mise
36+
run: |
37+
curl https://mise.jdx.dev/install.sh | sh
38+
echo "$HOME/.local/share/mise/bin" >> $GITHUB_PATH
39+
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
40+
- name: Install yamlfmt
41+
# TODO: Apply selfup after https://github.com/google/yamlfmt/pull/180
42+
run: mise use -g yamlfmt@0.12.1
4143
- run: yamlfmt -lint .

0 commit comments

Comments
 (0)