Commit 809c4c9d authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #4504 from ethereum-optimism/sc/lint-config

fix(ci): better lint check
parents 01b9108c 663608fa
...@@ -364,7 +364,7 @@ jobs: ...@@ -364,7 +364,7 @@ jobs:
fi fi
- run: - run:
name: Lint name: Lint
command: yarn lint:check command: yarn lint && git diff --exit-code
working_directory: packages/<<parameters.package_name>> working_directory: packages/<<parameters.package_name>>
- run: - run:
name: Test name: Test
......
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