File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1130,15 +1130,15 @@ jobs:
11301130 exit 1
11311131 fi
11321132
1133- # interface-compatibility:
1134- # runs-on: ubuntu-latest
1135- # steps:
1136- # - uses: actions/checkout@v4
1137- # - uses: ./.github/actions/setup-didc
1138- # - name: "Check canister interface compatibility"
1139- # run: |
1140- # curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1141- # didc check src/internet_identity/internet_identity.did internet_identity_previous.did
1133+ interface-compatibility :
1134+ runs-on : ubuntu-latest
1135+ steps :
1136+ - uses : actions/checkout@v4
1137+ - uses : ./.github/actions/setup-didc
1138+ - name : " Check canister interface compatibility"
1139+ run : |
1140+ curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1141+ didc check src/internet_identity/internet_identity.did internet_identity_previous.did
11421142
11431143 sig-verifier-js :
11441144 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments