Commit 663608fa authored by Kelvin Fichter's avatar Kelvin Fichter

fix(ci): better lint check

Updates the lint check in CI. Since lint calls both lint:fix and
lint:check under the hood, this will catch issues in the case that the
linter and lint:fix aren't using exactly the same rules.
parent 13a72cb2
...@@ -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