Commit 45115399 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: use correct lint check in CI

parent aa61aba4
...@@ -159,9 +159,5 @@ jobs: ...@@ -159,9 +159,5 @@ 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 JS and TS - name: Lint
run: yarn lint:ts:check run: yarn lint:check
- name: Lint Solidity
working-directory: ./packages/contracts
run: yarn lint:contracts:check
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