Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Feb 20, 2024
1 parent 4552fb6 commit 468c7bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jrouly/scalafmt-native-action@v3
with:
version: "3.8.0"
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "GPP Informatics"
- uses: jrouly/scalafmt-native-action@v3
with:
version: "3.8.0"
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 468c7bd

Please sign in to comment.