Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Jan 7, 2025
1 parent c2bccad commit c1f7a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: 17
check-latest: true
- name: Setup sbt
uses: sbt/setup-sbt@v1
uses: sbt/setup-sbt@v1
- name: Check that site workflow is up to date
run: sbt docs/compileDocs
- name: Check artifacts build process
Expand All @@ -52,7 +52,7 @@ jobs:
java-version: 17
check-latest: true
- name: Setup sbt
uses: sbt/setup-sbt@v1
uses: sbt/setup-sbt@v1
- name: Setup NodeJs
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Setup sbt
uses: sbt/setup-sbt@v1
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
- name: Generate Readme
Expand Down

0 comments on commit c1f7a11

Please sign in to comment.