Co-authored-by: Renan Novas <vnovas.renan@gmail.com>
This commit is contained in:
Vianey Juarez 2021-09-22 12:08:29 -05:00 коммит произвёл GitHub
Родитель 368d8bf2be
Коммит b92b6eda0a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ This action is useful when you need to examine your Scala code to idetify potent
* Make sure you have a [Scalastyle configuration file](http://www.scalastyle.org/configuration.html) (scalastyle_config.xml) with your defined rules.
* Make sure you have setup Java
* Make sure you have setup Scala
* Make sure you have downloaded Scalastyle. A suggested GitHub Action to perform this can found in this [link](https://github.com/marketplace/actions/scalastyle-download).
* Make sure you have downloaded Scalastyle. A suggested GitHub Action to perform this can found [here](https://github.com/marketplace/actions/scalastyle-download).
A sample GitHub Action Workflow that shows the prerequisites can be found in this repository.