Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .circleci/cci-agent-setup.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
<<<<<<< HEAD
version: '2.1'

jobs:
test:
docker:
- image: cimg/node:24.0-browsers
steps:
- checkout
- run: echo "Running example step, please edit this file"

workflows:
main:
jobs:
- test
=======
version: "2.1"

jobs:
Expand All @@ -25,13 +9,6 @@ jobs:
- run: echo "Running example step, please edit this file"

workflows:
<<<<<<< HEAD
main:
jobs:
- test
>>>>>>> 64b754cfe (fix(ci): populate cci-agent-setup.yml to fix "root is not an object" error)
=======
main:
jobs:
- test
>>>>>>> 879e75bcf (style: apply automated autofixes (ruff / prettier / clang-format) [CodeQL Advanced])
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ jobs:
executor: python311
parallelism: 2
steps:
<<<<<<< HEAD
- checkout
- run: echo "Running example step, please edit this file"
version: "2.1"
=======
- checkout
- restore-pip-cache
- install-dev-deps
Expand Down Expand Up @@ -149,4 +145,3 @@ workflows:
- lint
- unit-test
- pre-commit
>>>>>>> 625f1806b (ci: optimize CircleCI config with Python image, caching, and parallel jobs)
Loading