Skip to content

Commit 13ff7ff

Browse files
committed
Implement ruby cache on sonar upload
1 parent b4aa7c3 commit 13ff7ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4.1.1
2020

21+
- uses: ./.github/actions/ruby-cache
22+
2123
- uses: actions/github-script@v6
2224
id: get_pr_number
2325
with:

0 commit comments

Comments
 (0)