Skip to content

Commit

Permalink
Circle conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcardle committed Mar 15, 2024
1 parent b981e60 commit fdcb330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executors:
working_directory: ~/sohonet_hub

jobs:
build:
setup:
executor: python
steps:
- checkout
Expand Down Expand Up @@ -51,6 +51,6 @@ jobs:
workflows:
main:
jobs:
- build
- setup
- tests: {requires: [build]}
- linting: {requires: [build]}

0 comments on commit fdcb330

Please sign in to comment.