Commit 45115399 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: use correct lint check in CI

parent aa61aba4
......@@ -159,9 +159,5 @@ jobs:
# if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install
- name: Lint JS and TS
run: yarn lint:ts:check
- name: Lint Solidity
working-directory: ./packages/contracts
run: yarn lint:contracts:check
- name: Lint
run: yarn lint: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