Skip to content

Commit

Permalink
chore: stub circleci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 20, 2024
1 parent a3ab9f0 commit c5eb3f6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@ workflows:
version: 2
build:
jobs:
- noop
- cypress_tests
- lint
- format_check

jobs: # do nothing
noop:
lint:
docker:
- image: cimg/base:2022.06-22.04
resource_class: small
steps:
- run: echo noop
cypress_tests:
docker:
- image: cimg/base:2022.06-22.04
resource_class: small
steps:
- run: echo noop
format_check:
docker:
- image: cimg/base:2022.06-22.04
resource_class: small
Expand Down

0 comments on commit c5eb3f6

Please sign in to comment.