We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b97f5 commit ce4e86fCopy full SHA for ce4e86f
.github/workflows/ci.yml
@@ -9,11 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: olafurpg/setup-scala@v13
+ - uses: olafurpg/setup-scala@v14
13
- run: sbt scripted +test
14
check:
15
16
17
18
19
- run: sbt checkAll
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: olafurpg/setup-gpg@v3
- run: git fetch --unshallow
- name: Publish ${{ github.ref }}
0 commit comments