Skip to content

Commit

Permalink
fix: run the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 10, 2024
1 parent cb6b622 commit 530a95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ workflows:
- orb-tools/lint:
pre-steps:
- checkout
- git submodule update --remote
- run: git submodule update --remote
checkout: false
filters: *filters
- orb-tools/pack:
pre-steps:
- checkout
- git submodule update --remote
- run: git submodule update --remote
checkout: false
filters: *filters
- orb-tools/review:
pre-steps:
- checkout
- git submodule update --remote
- run: git submodule update --remote
checkout: false
filters: *filters

Expand Down

0 comments on commit 530a95a

Please sign in to comment.