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 fa8db00 commit 3dd9b4cCopy full SHA for 3dd9b4c
.github/workflows/spell-check-lint.yml
@@ -9,9 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout current repository
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
13
- name: Checkout spellchecker
14
15
with:
16
ref: refs/heads/main
17
repository: box/box-sdk-spellchecker
.github/workflows/unit-tests.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Upload coverage to Coveralls
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
- run: ./gradlew jacocoTestReport overallsJacoco --stacktrace
+ run: ./gradlew coverallsJacoco --stacktrace
0 commit comments