mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-08 12:17:14 +00:00
8 lines
133 B
YAML
8 lines
133 B
YAML
# any language
|
|
language: python
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker build --no-cache -t sonarsource/sonarcloud-github-action .
|