Skip to content

Commit

Permalink
chore: just an echo of circleci
Browse files Browse the repository at this point in the history
gjedlicska committed Jan 21, 2025
1 parent 9afb2c5 commit 17cbcc3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1

# Define the jobs we want to run for this project
jobs:
build:
docker:
- image: cimg/base:2023.03
steps:
- run: echo "so long and thanks for all the fish"

# Orchestrate our job run sequence
workflows:
build_and_test:
jobs:
- build

0 comments on commit 17cbcc3

Please sign in to comment.