Skip to content

Commit

Permalink
add fictive circleci workflow to stop failures
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Jul 17, 2024
1 parent c06675d commit 942270a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
version: 2.1

jobs:
test:
docker:
- image: cimg/base:2023.03
steps:
- run: echo ""

workflows:
main:
jobs: []

jobs:
- test

0 comments on commit 942270a

Please sign in to comment.