Commit 1241766e authored by elenadimitrova's avatar elenadimitrova

Add contracts linting to github action

parent e56f2cc1
...@@ -134,5 +134,9 @@ jobs: ...@@ -134,5 +134,9 @@ jobs:
# if: steps.yarn-cache.outputs.cache-hit != 'true' # if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install run: yarn install
- name: Lint - name: Lint JS and TS
run: yarn lint:check run: yarn lint:check
- name: Lint Solidity
working-directory: ./packages/contracts
run: yarn lint:contracts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment