Delete circleci config

This commit is contained in:
Micah Lee 2022-10-02 16:03:11 -07:00
parent 435d55c6e4
commit 0e088093ee
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -1,16 +0,0 @@
version: 2.1
jobs:
say-hello:
docker:
- image: cimg/base:stable
steps:
- checkout
- run:
name: "Say hello"
command: "echo Hello, World!"
workflows:
say-hello-workflow:
jobs:
- say-hello