-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reformat and enforce formatting (#1035)
* chore: reformat and enforce formatting
- Loading branch information
1 parent
cbde4ef
commit 8a76a9d
Showing
358 changed files
with
321,854 additions
and
25,072 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# with respect to the specification | ||
name: Duvet report | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
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,7 +1,7 @@ | ||
# This workflow performs test vectors in Java. | ||
name: Library Java Test Vectors | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
@@ -11,11 +11,11 @@ jobs: | |
testJava: | ||
strategy: | ||
matrix: | ||
java-version: [ 8, 11, 16, 17 ] | ||
java-version: [8, 11, 16, 17] | ||
os: [ | ||
# Run on ubuntu image that comes pre-configured with docker | ||
ubuntu-latest | ||
] | ||
# Run on ubuntu image that comes pre-configured with docker | ||
ubuntu-latest, | ||
] | ||
runs-on: ${{ matrix.os }} | ||
permissions: | ||
id-token: write | ||
|
@@ -25,7 +25,7 @@ jobs: | |
uses: rrainn/[email protected] | ||
with: | ||
port: 8000 | ||
cors: '*' | ||
cors: "*" | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
|
@@ -41,12 +41,12 @@ jobs: | |
- name: Setup Dafny | ||
uses: dafny-lang/[email protected] | ||
with: | ||
dafny-version: '4.2.0' | ||
dafny-version: "4.2.0" | ||
|
||
- name: Setup Java ${{ matrix.java-version }} | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'corretto' | ||
distribution: "corretto" | ||
java-version: ${{ matrix.java-version }} | ||
|
||
- name: Build TestVectors implementation | ||
|
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,7 +1,7 @@ | ||
# This workflow performs test vectors in DotNet. | ||
name: Library DotNet Test Vectors | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
@@ -11,11 +11,11 @@ jobs: | |
testDotNet: | ||
strategy: | ||
matrix: | ||
dotnet-version: [ '6.0.x' ] | ||
dotnet-version: ["6.0.x"] | ||
os: [ | ||
# Run on ubuntu image that comes pre-configured with docker | ||
ubuntu-latest | ||
] | ||
# Run on ubuntu image that comes pre-configured with docker | ||
ubuntu-latest, | ||
] | ||
runs-on: ${{ matrix.os }} | ||
permissions: | ||
id-token: write | ||
|
@@ -25,7 +25,7 @@ jobs: | |
uses: rrainn/[email protected] | ||
with: | ||
port: 8000 | ||
cors: '*' | ||
cors: "*" | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
|
@@ -41,7 +41,7 @@ jobs: | |
- name: Setup Dafny | ||
uses: dafny-lang/[email protected] | ||
with: | ||
dafny-version: '4.2.0' | ||
dafny-version: "4.2.0" | ||
|
||
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }} | ||
uses: actions/setup-dotnet@v4 | ||
|
@@ -62,4 +62,3 @@ jobs: | |
dotnet run | ||
cp ../java/*.json . | ||
dotnet run --framework net6.0 | ||
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,7 +1,7 @@ | ||
# This workflow prevents TODOs in code | ||
name: Check TODOs in code | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
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.