-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: standardize format, to make examining diffs easier
- Loading branch information
1 parent
f94b9a8
commit 0ba1f82
Showing
214 changed files
with
78,874 additions
and
60,839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This workflow runs for every pull request | ||
name: Java Format Check | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
check-java: | ||
- name: Check format of Java, md and yaml | ||
shell: bash | ||
run: | | ||
make format_java_misc-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: smithy-dafny-conversion workflows | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
@@ -13,8 +13,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'corretto' | ||
java-version: '8' | ||
distribution: "corretto" | ||
java-version: "8" | ||
|
||
- name: Setup Dafny | ||
uses: dafny-lang/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: smithy-dafny-codegen-cli workflows | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
@@ -13,18 +13,18 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'corretto' | ||
java-version: '17' | ||
distribution: "corretto" | ||
java-version: "17" | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'corretto' | ||
java-version: '17' | ||
distribution: "corretto" | ||
java-version: "17" | ||
- name: Setup Dafny | ||
uses: dafny-lang/[email protected] | ||
with: | ||
# Matching the hard-coded version for the "2023" edition for now | ||
dafny-version: 4.1.0 | ||
|
||
- name: Execute smithy-dafny-codegen-cli tests | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.