Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
voj committed Jan 21, 2025
1 parent a634e49 commit e33b172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ jobs:
./gradlew check
./gradlew jacocoTestReport
- name: write spotless changes
id: spotless_commit
run: |
cd main
if git diff --exit-code; then
echo "changes detected"
else
echo "no spotless changes detected"
fi
- name: Add coverage to PR
id: jacoco
uses: GNS-Science/jacoco-report@c9acaa1b36f995c60841aaf1455420af1ddb8b9b
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Getting started

Pre-requirements: `git` and `jdk11`
Pre-requirements: `git` and `jdk11`

```bash
git clone https://github.com/GNS-Science/opensha.git &&/
git clone https://github.com/GNS-Science/opensha.git &&\
git clone https://github.com/GNS-Science/nzshm-opensha.git
```

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ spotless {
// jacoco generates coverage reports
jacocoTestReport {
reports {
// XML is require for the github action
xml.required = true
}
}
Expand Down

0 comments on commit e33b172

Please sign in to comment.