mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 10:47:09 +00:00
8 lines
120 B
YAML
8 lines
120 B
YAML
# any language
|
|
language: ruby
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker build -t sonarsource/sonarcloud-github-action .
|