We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7d360 commit e27efdbCopy full SHA for e27efdb
.github/workflows/sonar.yml
@@ -31,8 +31,8 @@ jobs:
31
with:
32
path: |
33
~/.asdf
34
- key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
35
- restore-keys: |
+ key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
+ restore-keys: |
36
${{ runner.os }}-asdf-
37
38
- name: Install asdf dependencies in .tool-versions
0 commit comments