This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +23
-11
lines changed Expand file tree Collapse file tree 3 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 1+ name : Linux build
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
8+
9+ jobs :
10+ build :
11+
12+ runs-on : ubuntu-latest
13+
14+ steps :
15+ - uses : actions/checkout@v2
16+ - name : Set up JDK 11
17+ uses : actions/setup-java@v2
18+ with :
19+ java-version : ' 11'
20+ distribution : ' adopt'
21+ - name : Run tests
22+ run : sbt test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[ ![ Maven Central] ( https://img.shields.io/maven-central/v/dev.dirs/directories.svg )] ( https://search.maven.org/#search|gav|1|g%3A%22dev.dirs%22%20AND%20a%3A%22directories%22 )
22[ ![ API documentation] ( http://javadoc.io/badge/dev.dirs/directories.svg )] ( http://javadoc.io/doc/dev.dirs/directories )
33![ actively developed] ( https://img.shields.io/badge/maintenance-actively_developed-brightgreen.svg )
4- [ ![ TravisCI status] ( https://img.shields.io/travis/ dirs-dev/directories-jvm/main.svg?label= Linux%20build )] ( https://travis-ci.org /dirs-dev/directories-jvm )
4+ [ ![ GitHub Actions status] ( https://github.com/ dirs-dev/directories-jvm/workflows/ Linux%20build/badge.svg )] ( https://github.com /dirs-dev/directories-jvm/actions/workflows/test.yml )
55[ ![ AppVeyor status] ( https://img.shields.io/appveyor/ci/soc/directories-jvm/main.svg?label=Windows%20build )] ( https://ci.appveyor.com/project/soc/directories-jvm/branch/main )
66[ ![ License: MPL-2.0] ( https://img.shields.io/github/license/dirs-dev/directories-jvm.svg )] ( LICENSE )
77
You can’t perform that action at this time.
0 commit comments