Skip to content

Commit 4d2bc7c

Browse files
committed
fix: Fix lint
1 parent 9ce1d06 commit 4d2bc7c

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

.github/workflows/certora-gho-505.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install java
2828
uses: actions/setup-java@v4
29-
with: { distribution: "zulu", java-version: "11", java-package: jre }
29+
with: { distribution: 'zulu', java-version: '11', java-package: jre }
3030

3131
- name: Install certora cli
3232
run: pip install certora-cli==5.0.5

.github/workflows/certora-gho.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install java
2828
uses: actions/setup-java@v4
29-
with: { distribution: "zulu", java-version: "11", java-package: jre }
29+
with: { distribution: 'zulu', java-version: '11', java-package: jre }
3030

3131
- name: Install certora cli
3232
run: pip install certora-cli==4.13.1

.github/workflows/certora-gsm-4626.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install java
2828
uses: actions/setup-java@v4
29-
with: { distribution: "zulu", java-version: "11", java-package: jre }
29+
with: { distribution: 'zulu', java-version: '11', java-package: jre }
3030

3131
- name: Install certora cli
3232
run: pip install certora-cli==7.14.2
@@ -36,7 +36,7 @@ jobs:
3636
wget https://github.com/ethereum/solidity/releases/download/v0.8.10/solc-static-linux
3737
chmod +x solc-static-linux
3838
sudo mv solc-static-linux /usr/local/bin/solc8.10
39-
39+
4040
- name: Verify rule ${{ matrix.rule }}
4141
run: |
4242
certoraRun certora/gsm/conf/gsm4626/${{ matrix.rule }}
@@ -66,8 +66,3 @@ jobs:
6666
- getAmount_4626_properties.conf --rule getAssetAmountForSellAsset_optimality getAssetAmountForBuyAsset_funcProperty
6767
- finishedRules4626.conf --rule cantBuyOrSellWhenSeized cantBuyOrSellWhenFrozen sellAssetIncreasesExposure buyAssetDecreasesExposure rescuingAssetKeepsAccruedFees rescuingGhoKeepsAccruedFees giftingGhoDoesntAffectStorageSIMPLE correctnessOfBuyAsset giftingUnderlyingDoesntAffectStorageSIMPLE sellAssetSameAsGetGhoAmountForSellAsset correctnessOfSellAsset giftingGhoDoesntCreateExcessOrDearth backWithGhoDoesntCreateExcess getAssetAmountForSellAsset_correctness collectedSellFeeIsAtLeastAsRequired collectedBuyFeePlus2IsAtLeastAsRequired collectedBuyFeePlus1IsAtLeastAsRequired collectedBuyFeeIsAtLeastAsRequired sellingDoesntExceedExposureCap whoCanChangeAccruedFees whoCanChangeExposure
6868
- finishedRules4626.conf --rule giftingUnderlyingDoesntCreateExcessOrDearth
69-
70-
71-
72-
73-

.github/workflows/certora-gsm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install java
2828
uses: actions/setup-java@v4
29-
with: { distribution: "zulu", java-version: "11", java-package: jre }
29+
with: { distribution: 'zulu', java-version: '11', java-package: jre }
3030

3131
- name: Install certora cli
3232
run: pip install certora-cli==6.1.3

.github/workflows/certora-steward.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install java
2828
uses: actions/setup-java@v4
29-
with: { distribution: "zulu", java-version: "11", java-package: jre }
29+
with: { distribution: 'zulu', java-version: '11', java-package: jre }
3030

3131
- name: Install certora cli
3232
run: pip install certora-cli

0 commit comments

Comments
 (0)