Skip to content

Commit e922041

Browse files
committed
format
1 parent f43a285 commit e922041

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/dafny-interop.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
# This workflow is for testing backwards compatibility of a dafny version
32
# and tests if a project that consumes the mpl will be backwards compatible with
4-
# a newer version of Dafny
3+
# a newer version of Dafny
54
name: Dafny Interoperability Test
65

76
on:
@@ -20,7 +19,7 @@ on:
2019
description: "The Dafny version to compile the DBESDK with (4.2.0, dafny-nightly, etc..)"
2120
required: true
2221
type: string
23-
22+
2423
jobs:
2524
dafny-interop-java:
2625
uses: ./.github/workflows/dafny_interop_java.yml

.github/workflows/dafny_interop_java.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ jobs:
6161
with:
6262
distribution: "corretto"
6363
java-version: ${{ matrix.java-version }}
64-
64+
6565
- name: Build MPL with Dafny ${{inputs.mpl-dafny}}
6666
working-directory: submodules/MaterialProviders/submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders
6767
run: |
6868
# This works because `node` is installed by default on GHA runners
6969
CORES=$(node -e 'console.log(os.cpus().length)')
7070
make build_java CORES=$CORES
71-
71+
7272
- name: Setup DBESDK Dafny
7373
uses: dafny-lang/[email protected]
7474
with:
7575
dafny-version: ${{ inputs.dbesdk-dafny}}
76-
76+
7777
- name: Build ${{ matrix.library }} implementation
7878
shell: bash
7979
working-directory: ./${{ matrix.library }}

0 commit comments

Comments
 (0)