Skip to content

Commit

Permalink
Run linting and formatting before build
Browse files Browse the repository at this point in the history
  • Loading branch information
James Mejia committed Feb 19, 2025
1 parent b71315c commit f0ec40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- "node_modules"
lint_and_format:
executor: my-executor
parallelism: 2
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -149,6 +148,7 @@ workflows:
requires:
- install_ruby_deps
- install_node_deps
- lint_and_format
- test_build:
requires:
- build
Expand Down

0 comments on commit f0ec40b

Please sign in to comment.