mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-13 03:38:06 -05:00
removed older ci file
This commit is contained in:
parent
e9ff454be5
commit
19fc5f98f9
23
.github/workflows/scala.yml
vendored
23
.github/workflows/scala.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Scala CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Set up JDK 1.11
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: 1.11
|
|
||||||
- name: Run tests
|
|
||||||
run: sbt test
|
|
||||||
- name: Run linter
|
|
||||||
run: sbt "scalafixAll --check"
|
|
Loading…
x
Reference in New Issue
Block a user