chore: just an echo of circleci

This commit is contained in:
Gergő Jedlicska
2025-01-21 12:58:51 +01:00
parent 9afb2c5c1c
commit 17cbcc38ba
+15
View File
@@ -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