Skip to content

Commit

Permalink
fix: CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 17, 2025
1 parent be57242 commit bac1b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
executor: default
steps:
- checkout
- install-dependencies
- run:
name: markdown lint
command: just lint-specs-md-check
Expand All @@ -51,6 +52,7 @@ jobs:
executor: default
steps:
- checkout
- install-dependencies
- run:
name: Lint check
command: just lint-links
Expand Down

0 comments on commit bac1b5b

Please sign in to comment.