Skip to content

Commit

Permalink
Create config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega authored Aug 6, 2024
1 parent 958a345 commit 79469d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2.1

jobs:
do_nothing:
docker:
- image: circleci/python:3.7
steps:
- run: echo "This job does nothing."

workflows:
version: 2
do_nothing_workflow:
jobs:
- do_nothing

0 comments on commit 79469d9

Please sign in to comment.