feat: add format check to evm CI

This commit is contained in:
pistomat
2024-03-27 10:43:17 +01:00
parent 87c0c8baba
commit 9b9146c23b

View File

@@ -32,6 +32,12 @@ jobs:
forge build --sizes forge build --sizes
id: build id: build
- name: Run Forge format check
run: |
forge --version
forge fmt --check
id: format
- name: Run Forge tests - name: Run Forge tests
run: | run: |
cd evm cd evm