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 @@ -1154,15 +1154,15 @@ jobs:
11541154 exit 1
11551155 fi
11561156
1157- # interface-compatibility:
1158- # runs-on: ubuntu-latest
1159- # steps:
1160- # - uses: actions/checkout@v4
1161- # - uses: ./.github/actions/setup-didc
1162- # - name: "Check canister interface compatibility"
1163- # run: |
1164- # curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1165- # didc check src/internet_identity/internet_identity.did internet_identity_previous.did
1157+ interface-compatibility :
1158+ runs-on : ubuntu-latest
1159+ steps :
1160+ - uses : actions/checkout@v4
1161+ - uses : ./.github/actions/setup-didc
1162+ - name : " Check canister interface compatibility"
1163+ run : |
1164+ curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1165+ didc check src/internet_identity/internet_identity.did internet_identity_previous.did
11661166
11671167 sig-verifier-js :
11681168 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments